vcglib/wrap/Exif
ganovelli 1a1844cb34 added bundler importer (and small library for Exif reader) 2011-12-28 13:47:08 +00:00
..
include/Exif added bundler importer (and small library for Exif reader) 2011-12-28 13:47:08 +00:00
src added bundler importer (and small library for Exif reader) 2011-12-28 13:47:08 +00:00
Readme.txt added bundler importer (and small library for Exif reader) 2011-12-28 13:47:08 +00:00
exif.pri added bundler importer (and small library for Exif reader) 2011-12-28 13:47:08 +00:00

Readme.txt

How to read exif metadata from a jpg file:
- add "echo INCLUDEPATH += %rootrel%/code/lib/exif/include>> %filename%"
  and "echo SOURCES += %rootrel%\code\lib\exif\*.cpp>> %filename%" to pmake.bat
- include "jhead.h";
- invoke ::ProcessFile(filename);
- get the available information from the "ImageInfo" global variable of type ImageInfo_t, which is defined in jhead.h.