adding overview pyramids?

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
kyngchaos

adding overview pyramids?

Post by kyngchaos »

Should be simple, but I don't see any options to generate overviews/pyramids for an image (that supports it, like a TIFF). Can it be done with IM? How?
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

There is a pyramidal format for TIFF supported by ImageMagick. Try:
  • convert image.png ptif:image.tif
kyngchaos

Post by kyngchaos »

Ah, that's why I didn't see it - I was expecting options to saving a normal tiff.

thanks
Post Reply