Maintain original size but shrink multipage tif

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
moby11

Maintain original size but shrink multipage tif

Post by moby11 »

My goal is to annotate each page of a multipage tif document. This is simple enough using splice or border, but I need to do it without writing on the actual image and without changing the original document dimensions.

Summary - I need to shrink the content of each page in a multipage tif document to make room at the top for text. The final file needs to be the same dimensions as the original and must keep all of its pages.

Thanks!
Post Reply