write out specific pages (scenes)

PerlMagick is an object-oriented Perl interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning PerlMagick.
Post Reply
mmlenz
Posts: 23
Joined: 2012-05-30T08:08:21-07:00
Authentication code: 13

write out specific pages (scenes)

Post by mmlenz »

Working with multi-page fax tiffs and I need to write out this file into 3 different multi-page fax tiffs:

tif 1 = page 1 & 2
tif 2 = page 3, 4 & 5
tif 3 = page 6, 7

What I can't figure out is how to write multiple pages/scenes to a single fax tif. Yes, I need to do it using perlmagick.
mmlenz
Posts: 23
Joined: 2012-05-30T08:08:21-07:00
Authentication code: 13

Re: write out specific pages (scenes)

Post by mmlenz »

I think I see what I need to do. I need to read them using the bracket syntax and write them out individually.
Post Reply