Re: tif to jpg conversion question

Karl Billeter <[email protected]> Thu, 14 Jul 2011 15:27:15 +1000
Newsgroups gmane.comp.video.image-magick.user
Message-ID <[email protected]>
On Wed, Jul 13, 2011 at 01:00:20PM -0700, Fred Weinhaus wrote:

> It may be that you have a pyramid tiff or ptif. 

I know that Capture One software embeds thumbnails in tiffs.  It can be quite
annoying.

> I see two choices.  Either test for the number of resolutions and process
> them all in a loop or just process the first one, test.tif[0].

We ended up looping through them and processing the largest.  I wouldn't
assume largest would always be the first.

Karl