>I need to resize a slew of jpgs I have in archive. They are 1024x768, way
>too big for web viewing. I need them smaller, around 300x200.
>
>Is there a module I should look into for graphic resizing? Is this
>possible with PERL? Where should I go to look at example scripts?
PerlMagick rawks. : )
Check out some info here:
http://www.simplesystems.org/ImageMagick/www/perl.html
and the CPAN info for it here:
http://search.cpan.org/search?dist=PerlMagick
You'll need to install ImageMagick and a relatively new Perl. It can be a
little involved (several steps) but it shouldn't be too difficult to
do. Just read the installation docs and the FAQ's and you should be all set.
The uppermost URL above has some very good documentation with some compact
samples that you can bend to your own purposes.
Oh, and please don't call it PERL, as there's no such thing. Perl is the
name of the language, and perl is the name of the interpreter that runs
programs written in that language.
Later,
Sean.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]