Pages: [1]   Go Down

Author Topic: Image Processing in C  (Read 2982 times)

inquizitive1

  • Newbie
  • *
  • Offline Offline
  • Posts: 1
Image Processing in C
« 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.
Logged

jani

  • Sr. Member
  • ****
  • Offline Offline
  • Posts: 1624
    • Øyet
Image Processing in C
« Reply #1 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.

You might also learn something from the way Netpbm or ImageMagick fiddles with images; the source code is free as in speech and beer.

Ditto for GIMP.
Logged
Jan

Dmitry

  • Newbie
  • *
  • Offline Offline
  • Posts: 11
Image Processing in C
« Reply #2 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]

Try use CxImage
[a href=\"http://www.codeproject.com/bitmap/cximage.asp]CxImage page[/url]
Logged
Software for Image Processing
[ur
Pages: [1]   Go Up