Curtis Leach wrote: > > I have an upcoming project that is going to require me to merge > multiple TIF files into a single TIF file with multiple pages in it. > Where some of the source TIF files will have a singe page and others > will have multiple pages. > > Is there a Perl module that allows easy manipulation of TIF files like > this? > > Most likely I'll be running this app for both Windows and AIX Unix > using Perl 5.8.8. >
For image manipulation you need to look at GD, ImageMagick and Imager:- http://search.cpan.org/~lds/GD-2.41/GD.pm http://search.cpan.org/~jcristy/PerlMagick-6.40/Magick.pm http://search.cpan.org/~tonyc/Imager-0.67/Imager.pm You wont be able to get any of these from the default ActiveState repo, so try uwinnipeg Lyle _______________________________________________ ActivePerl mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
