LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   read jpg metadata in c (https://www.linuxquestions.org/questions/programming-9/read-jpg-metadata-in-c-521404/)

myrmidon 01-21-2007 09:06 AM

read jpg metadata in c
 
Hello i'm trying to read the meta data from jpg data in C, but i cannot find any information on google about the jpg's standard.

Does anyone have any clue about the data format in metatag ?


Thx

matthewg42 01-21-2007 09:36 AM

I think you'll be looking for this: http://libexif.sourceforge.net/

95se 01-21-2007 05:28 PM

http://www.w3.org/Graphics/JPEG/

Matir 01-21-2007 08:36 PM

libexif is the way to go. No need to reinvent the wheel from the specs.


All times are GMT -5. The time now is 01:46 PM.