[magick-users] multi-tiff extraction ?

Fred Weinhaus fmw at alink.net
Fri Jun 13 20:26:00 PDT 2008


I am not sure I know what you mean by multi-page tiff. Do you mean 
multi-frame? If so, then each frame can be accessed by an index such 
as

convert image.tiff[0] image_0.png      for the first frame. 
(similarly if you want jpg instead of png)

You can find out if you have multi-frames by

identify image.tiff

it will list separately brief information about each frame.

You can extract all frames by

convert image.tiff image_%d.png

where you will get a series of png images each named image_0.png, 
image_1.png, etc






>Hi,
>
>Could anyone tell me how to extract the various multi-pages inside a .tiff
>file?  Perhaps save them out as .jpg or .png .. ?
>
>Thank you.
>
>Patrick J. Collins
>http://collinatorstudios.com


More information about the Magick-users mailing list