Looking for a module to process & merge TIF files.

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

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Dus-ascii">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
6.5.7654.12">
<TITLE>Looking for a module to process & merge TIF files.</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->

<P><FONT SIZE=3D2 FACE=3D"Arial">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.</FONT></P>

<P><FONT SIZE=3D2 FACE=3D"Arial">Is there a Perl module that allows easy =
manipulation of TIF files like this?</FONT>
</P>

<P><FONT SIZE=3D2 FACE=3D"Arial">Most likely I'll be running this app =
for both Windows and AIX Unix using Perl 5.8.8.</FONT>
</P>

<P><FONT SIZE=3D2 FACE=3D"Arial">Curtis</FONT>
</P>

</BODY>
</HTML>
------_=_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 [at] listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
--===============1415768206==--
Curtis Leach [ Do, 26 März 2009 19:30 ] [ ID #1995353 ]

Re: Looking for a module to process & merge TIF files.

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 [at] listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
lyle [ Do, 26 März 2009 20:43 ] [ ID #1995354 ]

Re: Looking for a module to process & merge TIF files.

> -------Original Message-------
> From: Lyle <webmaster [at] cosmicperl.com>
> 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.=
=A0=A0
> > 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 [at] listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Lyndon Rickards [ Do, 26 März 2009 21:28 ] [ ID #1995355 ]
Perl » gmane.comp.lang.perl.active-perl » Looking for a module to process & merge TIF files.

Vorheriges Thema: New to Windows
Nächstes Thema: Driver and Database name?