Luminous Landscape Forum

Raw & Post Processing, Printing => Digital Image Processing => Topic started by: inquizitive1 on July 25, 2006, 02:46:00 pm

Title: Image Processing in C
Post by: inquizitive1 on July 25, 2006, 02:46:00 pm
Hello..

I am trying to do image processing using C. However, I am a complete novice at this. Can anyone please tell me about a C library(or a similar program etc) to read JPEG (or other) image files and store the data thus obtained. Please help me in any way you can.

Regards.
Title: Image Processing in C
Post by: jani on July 25, 2006, 03:32:03 pm
Quote
Hello..

I am trying to do image processing using C. However, I am a complete novice at this. Can anyone please tell me about a C library(or a similar program etc) to read JPEG (or other) image files and store the data thus obtained. Please help me in any way you can.
There are various libraries out there, and perhaps the most well-known is libjpeg (http://freshmeat.net/projects/libjpeg/).

You might also learn something from the way Netpbm (http://netpbm.sourceforge.net/) or ImageMagick (http://www.imagemagick.org/script/index.php) fiddles with images; the source code is free as in speech and beer.

Ditto for GIMP (http://www.gimp.org/).
Title: Image Processing in C
Post by: Dmitry on July 26, 2006, 06:27:35 am
Quote
Hello..

I am trying to do image processing using C. However, I am a complete novice at this. Can anyone please tell me about a C library(or a similar program etc) to read JPEG (or other) image files and store the data thus obtained. Please help me in any way you can.

Regards.
[{POST_SNAPBACK}][/a] (http://index.php?act=findpost&pid=71702\")

Try use CxImage
[a href=\"http://www.codeproject.com/bitmap/cximage.asp]CxImage page[/url]