Tagged Questions

1
vote
0answers
20 views

what is the best language to process ebooks in different formats

I have a collection of ebooks in different formats (e.g pdf, lit, chm, and other), I would like to extract the first page of each book and have it in plain text. What would be the …
1
vote
2answers
37 views

How to split an animated gif in .net?

How do you split an animated gif into its component parts in .net? Specifically i want to load them into Image(s) (System.Drawing.Image) in memory. ====================== Based …
0
votes
6answers
104 views

What is the standard format for localised resource files on different development platforms?

Hi, When developing in .Net, the framwork provides resx files as the standard way of storing localised resources (e.g. tranlsations of UI text). I would like to know if there is …
0
votes
5answers
128 views

A C style string file format conundrum

I'm very confused with this wee little problem I have. I have a non-indexed file format header. (more specifically the ID3 header) Now, this header stores a string or rather three …
5
votes
2answers
80 views

If I wanted to define a file format, how would I go about that?

Say I come up with some super-duper way of representing some data that I think would be useful for other people to know about and use. Assume I have a 'spec' in some form, even if …
22
votes
21answers
1k views

Which format for small website images? GIF or PNG?

When doing small icons, header graphics and the like for websites, is it better to use GIFs or PNGs? Obviously if transparency effects are required, then PNGs are definitely the w …
1
vote
1answer
107 views

Is there an unofficial Flash .FLA spec?

Is there an unofficial spec anywhere that explains how to reverse engineer a Flash .FLA file? I'm specifically interested in creating an application that can "auto-scene plan" a F …
3
votes
7answers
249 views

3D File Formats for Games

I'm getting started with XNA and Blender and am trying to find good quality, up to date information on the various 3D file formats that are used in game development. Clearly many …
5
votes
3answers
37 views

Good online library of common file formats.

Is there a good online library site that brings together, in one place, the specifications of various file common formats such as PNG, MP3, 7Z, SVG, PDF, DOC and so on? By "good" …
0
votes
1answer
53 views

Name that printing file format

Hello there fellow Stackers! I wonder if anybody could tell me what the following file format is? If you print it as-is then your print out will be, er, as-is BUT if you send it d …
0
votes
2answers
55 views

Multipart tiff and EXIF metadata

In the tif format, when you add EXIF meta data it creates an new IFD (tif-direcory) and stores the exif metadata as fields. So when parsing a tif file with a single image and exif …
1
vote
2answers
101 views

TIFF File Structure Standards

I've read the TIFF file specification provided by Adobe, but I couldn't find any standards related to: If it's better/more accepted to put IFDs immediately following the image da …
0
votes
6answers
108 views

Storing XML document in pre-parsed binary format

My application need to store large amounts of XML-like hierarchical information with the following requirements: Fast to read Minimal memory consumption Typed data instead of mer …
1
vote
2answers
77 views

how to store resume format in asp.net ?

Hello Everyone, I am developing online resume builder web application in asp.net. I have designed web forms in which we are taking all details (required for resume) from user. Now …
-1
votes
1answer
77 views

Validation of TSV file in Java

I make a web application to upload a tsv file JDK -> 1.4 Struts -> 1 Resin -> 3.0.9 TSV file parsed with "\t","\n","\r" Validation is.  1. Is the file name along a naming c …

1 2 3 4 5 6 next
15 30 50 per page