Page 1 of 1

TIFF Exif multiple image issue.

Posted: 2010-09-30T03:44:55-07:00
by latitudehopper
Hi there,

When I run a batch -thumbnail or -convert I get duplicates with Tiff images. I think it is because there is a preview image in the exif. Is there a way to ignore the exifs/previews or even strip them?

Cheers

Re: TIFF Exif multiple image issue.

Posted: 2010-09-30T05:50:27-07:00
by Drarakel
Normally, a read modifier should 'fix' that:
http://www.imagemagick.org/Usage/files/#read_mods
So, use e.g. "convert input.tif[0] output" to just convert the first page in a multi-page TIFF (or the first/biggest image in a multi-resolution TIFF).