How to convert multipage TIFF ti multiple single page TIFF

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

Your command,
  • convert mulitple.tif single%d.tif
should work the same in Linux as in Windows. It does for us. Make sure your Linux version of TIFF includes support for TIFF. Type
  • identify -list format
and make sure TIFF is listed with a mode of rw-.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

Apologies. rw+ is the correct mode for TIFF.
Post Reply