Extracting data from jpeg files
Posted
by Ronny
on Stack Overflow
See other posts from Stack Overflow
or by Ronny
Published on 2009-06-17T19:33:22Z
Indexed on
2010/05/09
17:38 UTC
Read the original article
Hit count: 287
Hi, I want to extract some kind of bmp/rgb data from jpeg files.
I had a look at libjpeg, but there seemed not to be any good documentation available. So my questions are:
- Where is documentation on libjpeg?
- Can you suggest other c-based jpeg-decompression libraries?
thanks in regard
ps: I am using GNU/Linux, and c/c++
© Stack Overflow or respective owner