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
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Jpeg manipulation library for C

  • 08-07-2009 9:22pm
    #1
    Registered Users, Registered Users 2 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, Registered Users 2 Posts: 3,945 ✭✭✭Anima


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


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


    GFL


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


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


  • Registered Users, Registered Users 2 Posts: 197 ✭✭pauldiv




  • Registered Users, Registered Users 2 Posts: 5,401 ✭✭✭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, Registered Users 2 Posts: 3,945 ✭✭✭Anima


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


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


    Alright, Ill check those out. Thanks.


  • Advertisement
Advertisement