Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Jpeg manipulation library for C

Options
  • 08-07-2009 10:22pm
    #1
    Registered Users Posts: 2,528 ✭✭✭


    Hi, Im looking for a image library for C which will let me read the RGB data from JPEG's and save RGB data as a JPEG.

    I've tried libjpeg, but I can't get the damn thing working. I've read that its outdated anyway.

    Any suggestions for a C library that does image I/O?


Comments

  • Registered Users Posts: 3,945 ✭✭✭Anima


    Could always open the image and play with the raw data.


  • Closed Accounts Posts: 1,567 ✭✭✭Martyr


    GFL


  • Registered Users Posts: 2,528 ✭✭✭TomCo


    Thanks, but will GFL SDK work under regular old C (not C++, I need a library for C).


  • Registered Users Posts: 197 ✭✭pauldiv




  • Registered Users Posts: 5,379 ✭✭✭DublinDilbert


    Intel OpenCV should do what you want, but might be a bit over the top...


  • Advertisement
  • Closed Accounts Posts: 1,567 ✭✭✭Martyr


    TomCo wrote:
    Thanks, but will GFL SDK work under regular old C (not C++, I need a library for C).

    yes, there are C/C++ examples included :)
    also some pascal/delphi/visual basic + asp interfaces.
    it supports importing 100 different file formats and export of 40.
    its free for non-commercial purposes


  • Closed Accounts Posts: 1,444 ✭✭✭Cantab.


    +1 imagemagick


  • Closed Accounts Posts: 1,444 ✭✭✭Cantab.


    Anima wrote: »
    Could always open the image and play with the raw data.

    How would you "play with" compressed data?


  • Registered Users Posts: 3,945 ✭✭✭Anima


    Yeah I wasn't thinking about that, I was thinking of Bitmaps. Ah well.


  • Registered Users Posts: 2,528 ✭✭✭TomCo


    Alright, Ill check those out. Thanks.


  • Advertisement
Advertisement