Connecting Tech Pros Worldwide Help | Site Map

JPG, PNG, GIF -> BMP

BM
Guest
 
Posts: n/a
#1: Nov 13 '05
Hi!

I have to prepare program for conversion from JPG/GIF/PNG format to BMP format.

Do you konow any website where I can find detailed description of file format and
step-by-step used algorithm specification?

Thanks for any answer.
BM

--------------------------
Hint: If you use 'Reply to' remove BEZDUZYCHLITER from emial address.


Simon Biber
Guest
 
Posts: n/a
#2: Nov 13 '05

re: JPG, PNG, GIF -> BMP


"BM" <moli@BEZDUZYCHLITERfanthom.math.put.poznan.pl> wrote:[color=blue]
> I have to prepare program for conversion from JPG/GIF/PNG format
> to BMP format.
>
> Do you konow any website where I can find detailed description of
> file format and step-by-step used algorithm specification?[/color]

Detailed file format information is available at:
http://www.wotsit.org/

Beware, this is not an easy task, particularly for JPEG. The
algorithms are fairly complex. If you are allowed to, I suggest
looking for existing portable libraries.

--
Simon.


Paul D. Boyle
Guest
 
Posts: n/a
#3: Nov 13 '05

re: JPG, PNG, GIF -> BMP


BM <moli@bezduzychliterfanthom.math.put.poznan.pl> wrote:
: I have to prepare program for conversion from JPG/GIF/PNG format to
: BMP format.

: Do you konow any website where I can find detailed description of file
: format and step-by-step used algorithm specification?

This really isn't a C question. You might have better luck finding an
answer to your question by selecting a newsgroup in the comp.graphics.*
hierarchy and asking there. Also, consider a web search. For example, I
plugged '"PNG specification" format' into google. This was the first hit:

http://www.w3.org/TR/PNG

: Thanks for any answer.

You're welcome, I hope you find what you are seeking.

Paul

--
Paul D. Boyle
boyle@laue.chem.ncsu.edu
North Carolina State University
http://www.xray.ncsu.edu
Closed Thread