Discussion:
how to split multi-page tiff into single pages
christopher justin
2005-08-11 22:41:03 UTC
Permalink
Hi everyone.. looking for some help regarding slpitting a multi-pageTIFF
file into single pages. I do not see a way to do this with image magick.
Does any one know how to do this?

thanks so much for any response.




chris
Gabe Schaffer
2005-08-11 23:50:01 UTC
Permalink
Post by christopher justin
Hi everyone.. looking for some help regarding slpitting a multi-pageTIFF
file into single pages. I do not see a way to do this with image magick.
Does any one know how to do this?
This seems like it should be fairly straight-forward:

convert multipage.tif single%d.tif

Does that work?

GNS
christopher justin
2005-08-12 02:09:40 UTC
Permalink
Ahh! at last.. Thanks Gabe.. that does work. I couldnt find documentation
on this any where.

Also, tifflib works as well, just wanted to stick with image magick for
this.


thanks again.
Subject: Re: [magick-users] how to split multi-page tiff into single pages
Date: Thu, 11 Aug 2005 19:50:01 -0400
Post by christopher justin
Hi everyone.. looking for some help regarding slpitting a multi-pageTIFF
file into single pages. I do not see a way to do this with image
magick.
Post by christopher justin
Does any one know how to do this?
convert multipage.tif single%d.tif
Does that work?
GNS
Anthony Thyssen
2005-08-12 06:29:42 UTC
Permalink
"christopher justin" on wrote...
| Ahh! at last.. Thanks Gabe.. that does work. I couldnt find documentation
| on this any where.
|
See ImageMagick Examples, Basic Usage,

Writing Multiple Images...
http://www.cit.gu.edu.au/~anthony/graphics/imagick6/basics/#write_seq



Anthony Thyssen ( System Programmer ) <***@griffith.edu.au>
-----------------------------------------------------------------------------
All computers wait at the same speed.
-----------------------------------------------------------------------------
Anthony's Home is his Castle http://www.cit.gu.edu.au/~anthony/
Continue reading on narkive:
Loading...