You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tiff images are demonstrating ICC profiles, not EXIF. I need TIFF with EXIF inside.
#define TIFFTAG_EXIFIFD 34665 /* Pointer to EXIF private directory */
/* tag 34750 is a private tag registered to Adobe? */
#define TIFFTAG_ICCPROFILE 34675 /* ICC profile data */
The file "kosticky2.tiff" in attachment is the only TIFF file that perhaps embedd part of EXIF. The exif is not fully loaded, EXIF must be fully dissasembled and assembled anew. Even this costed me several hours of work. Kosticky2.zip
The tiff images are demonstrating ICC profiles, not EXIF. I need TIFF with EXIF inside.
Tag=256, field=3, value=635,long2=1
Tag=257, field=3, value=348,long2=1
Tag=258, field=3, value=4,long2=4
Tag=259, field=3, value=5,long2=1
Tag=262, field=3, value=2,long2=1
Tag=273, field=4, value=284534,long2=7
Tag=274, field=3, value=1,long2=1
Tag=277, field=3, value=4,long2=1
Tag=278, field=3, value=51,long2=1
Tag=279, field=4, value=284562,long2=7
Tag=284, field=3, value=1,long2=1
Tag=317, field=3, value=2,long2=1
Tag=338, field=3, value=1,long2=1
Tag=339, field=3, value=4,long2=4
Tag=34675, field=7, value=284598,long2=3940
The text was updated successfully, but these errors were encountered: