[Originally posted by johndoeexif on 2009-06-23 17:56:24-07]Hello,
I'm using exiftool 7.67 and have a problem with writing EXIF tags to TIFF files:
$ exiftool -v -comment=wow Testdia-225dpi-48Bit.tif
======== Testdia-225dpi-48Bit.tif
Rewriting Testdia-225dpi-48Bit.tif...
Editing tags in: Comment Ducky MIE-Doc PNG
FileType = TIFF
MIMEType = image/tiff
ExifByteOrder = II
Rewriting IFD0
Creating ExifIFD
Error = [minor] Maker notes could not be parsed
Rewriting ICC_Profile
Copying 1 image data blocks
Preserving unknown trailer (3028 bytes)
Error: [minor] Maker notes could not be parsed - Testdia-225dpi-48Bit.tif
0 image files updated
1 files weren't updated due to errors
when ignoring the minor error:
$ exiftool -m -v -comment=wow Testdia-225dpi-48Bit.tif
======== Testdia-225dpi-48Bit.tif
Rewriting Testdia-225dpi-48Bit.tif...
Editing tags in: Comment Ducky MIE-Doc PNG
FileType = TIFF
MIMEType = image/tiff
ExifByteOrder = II
Rewriting IFD0
Creating ExifIFD
Warning = Maker notes could not be parsed
Rewriting ICC_Profile
Copying 1 image data blocks
Preserving unknown trailer (3028 bytes)
Nothing changed in Testdia-225dpi-48Bit.tif
Warning: Maker notes could not be parsed - Testdia-225dpi-48Bit.tif
0 image files updated
1 image files unchanged
I've uploaded the TIFF file here
http://rapidshare.com/files/247828127/Testdia-225dpi-48Bit.tif.htmlIt is from a slide scanner. Is there anything I can do about that?
Kind regards,
Joe