Incorrect maker notes offsets

Started by marciano, August 08, 2011, 02:03:45 PM

Previous topic - Next topic

marciano

Hello,
I receive photos from people to show in a site.
To display a link to see localization I use
exiftool -gpsposition /path-to-file/
In some isolated cases I see in httpd log file errors like
Warning: [minor] Possibly incorrect maker notes offsets (fix by 14?) - /path-to-file/
Warning: InteropIFD pointer references previous PreviewIFD directory  - /path-to-file/
It does not affect image display but maybe there's a way to avoid such kind of errors.
Thank you

Phil Harvey

You can avoid the errors by not editing the images with buggy software. :)

You can suppress the warnings by using the exiftool -m option.

You can fix the errors by using ExifTool to write something to the file with the -F option.

See FAQ number 15 for more information.

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

marciano

Thanks Phil for your reply.
Regrettably, these photos are not mine. Users upload them into my site.
I only use Photoshop and Bridge to manage metadata.
Thank you.

Phil Harvey

Quote from: marciano on August 09, 2011, 11:15:54 AM
I only use Photoshop and Bridge to manage metadata.

You won't get this problem with Adobe products because they kill the maker notes completely.  Much worse than the buggy software which at least attempts to preserve this information.

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

pb

Quote from: Phil Harvey on August 08, 2011, 08:06:44 PM
You can avoid the errors by not editing the images with buggy software. :)

You can suppress the warnings by using the exiftool -m option.

You can fix the errors by using ExifTool to write something to the file with the -F option.

See FAQ number 15 for more information.

- Phil
FAQ number 15 has a typo:  so --> to

Phil Harvey

Quote from: pb on August 20, 2011, 03:23:08 PM
FAQ number 15 has a typo:  so --> to

Excellent, thanks!  Fixed.

I wish more people would report things like this.

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).