From: Udi F. <udi...@gm...> - 2005-06-17 10:02:56
|
> Could you post the patch on this list? The patch is already Incorporated in UFRaw's CVS. I'm attaching ufraw_exif.c, so you won't need to check out ufraw from the cvs. You can compile it with the command: cc -D_STAND_ALONE_ -DHAVE_LIBEXIF -o ufraw-exif ufraw_exif.c -lexif -ljpeg -ltiff -lz > Could you make available some test images? You can download (notice that it is 6MB big): http://ufraw.sourceforge.net/dsc_0113.nef Then 'ufraw-exif dsc_0113.nef' will show you the exif data and mnotes that libexif recognized in this file. You can also 'ufraw-exif dsc_0113.nef a.jpg', where a.jpg is any jpg file you have. Then you can see with 'exif a.jpg' that the basic exif-data was saved correctly, but not the maker-notes. Udi |