tags:

views:

13

answers:

0

Hello,

I need to get exif data in my C/gtk+ application. I use jhead for it. How can i get exif data with jehad.

I try so:

const char* file_name = ImageInfo.FileName;

But file_name = NULL;

Is anywhere samples in C/C++ how can i get exif data with jhead?

Thank you.