Page 1 of 1

Posted: 2006-07-19T20:08:36-07:00
by magick
You can remove pages from a multipage TIFF if you know the relative page position. For example, assume a 5 page multipage TIFF image and the black page at position 2:
  • convert 'image.tif[0-1,3-4]' subset.tif

Posted: 2006-07-20T07:37:12-07:00
by magick
From the API you could use GetNumberColors() and if the number of colors is 1 you can assume a blank page.