Converting tiff to ptiff

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
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Converting tiff to ptiff

Post by fmw42 »

did you try:

convert image.tif ptif:newimage.tif

do you get a line for PTIF when you do

identify -list format

that looks as follows:
PTIF* TIFF rw+ Pyramid encoded TIFF

are you using the latest version of libtif? is there anything that needs to be configured in the libtif install for pyramid encoding?


see also

http://www.imagemagick.org/Usage/formats/#tiff

and

viewtopic.php?f=3&t=12723&hilit=tiff+pyramid

and

http://iipimage.sourceforge.net/documentation/images/
Post Reply