This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

C graphics library to read and write image (jpeg, png) files

Hi,

I need a simple C graphics library to read and write image (jpeg, png) files on the AM37 EVM.

Is there an existing library or can anyone point me in the right direction?

Thanks

  • Dave,

    If you are looking for a program to encode/decode images please look into some opensource solutions like GStreamer. The GStreamer good plugins come with JPEG plugin (jpegdec & jpegenc) and PNG plugin (pngdec & pngenc) libraries among others. You can take a look at the gstreamer modules at http://gstreamer.freedesktop.org/modules/

    Regards, Punya
    ---------------------------------------------------------------------------------------------------------------------
    Please click the Verify Answer button on this post if it answers your question.
    ---------------------------------------------------------------------------------------------------------------------