help needed using PTIF Format

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
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

ImageMagick creates the pyrimid for you with something like:
  • convert myimage.png ptif:pyrimid.tif
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

To add an image use this command:
  • convert pyrimid.tif thumbnail.tif image.tif
See if that works for you.
Post Reply