Looking for a module to process & merge TIF files.
am 26.03.2009 19:30:49 von Curtis Leach
This is a multi-part message in MIME format.
--===============1415768206==
Content-class: urn:content-classes:message
Content-Type: multipart/alternative;
boundary="----_=_NextPart_001_01C9AE40.FD1A1444"
This is a multi-part message in MIME format.
------_=_NextPart_001_01C9AE40.FD1A1444
Content-Type: text/plain;
charset=us-ascii
Content-Transfer-Encoding: quoted-printable
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.
Curtis
------_=_NextPart_001_01C9AE40.FD1A1444
Content-Type: text/html;
charset=us-ascii
Content-Transfer-Encoding: quoted-printable
charset=3Dus-ascii">
6.5.7654.12">
Looking for a module to process & merge TIF files.
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.
Curtis
------_=_NextPart_001_01C9AE40.FD1A1444--
--===============1415768206==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
--===============1415768206==--
Re: Looking for a module to process & merge TIF files.
am 26.03.2009 20:43:54 von lyle
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
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Re: Looking for a module to process & merge TIF files.
am 26.03.2009 21:28:28 von Lyndon Rickards
> -------Original Message-------
> From: Lyle
> Subject: Re: Looking for a module to process & merge TIF files.
> Sent: Mar 26 '09 14:43
> =
> 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
Just BTW PerlMagick is an optional component of Imagemagick
http://www.imagemagick.org - the Imagemagick setup runs a ppm install.
Also includes some commandline utilities that may help you in a
less perl-ish way.. =
- Lynn. =
_______________________________________________
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs