Re: convert image sizes

2005-05-08 Thread robert johnson
Imager doesnt seem to work on my Win32 build. is that the case, or is there a fix or maybe something else i should use? i, too, need to resize a boatload of images, but cant seem to get any image manipulation tools to work right on my win32 perl build. Gimp-Perl has been a nightmare for me tryin

Re: convert image sizes

2005-05-04 Thread Owen
On Tue, 3 May 2005 07:56:28 -0400 (EDT) Chris Devers <[EMAIL PROTECTED]> wrote: > On Tue, 3 May 2005, Ing. Branislav Gerzo wrote: > ImageMagick is good, but it's huge, and a little overcomplicated. > > Imager is smaller and simpler. > > >

Re: convert image sizes

2005-05-04 Thread JupiterHost.Net
With ImageMagick With Imager No ones playing yet w/ GD :) With GD: $img->thumb makes it 20% of the original size, many other ways to shrink it and it even can do resampling if you wish :) see http://search.cpan.org/~dmuey/GD-Image-Thumbnail-0.01/Thumbnail.pm for more details. Below you could

Re: convert image sizes

2005-05-04 Thread Wiggins d'Anconia
Brian Volk wrote: > >>-Original Message- >>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >>Behalf Of zentara >>Sent: Wednesday, May 04, 2005 4:22 AM >>To: beginners@perl.org >>Subject: Re: convert image sizes >> > > > >>

RE: convert image sizes

2005-05-04 Thread Brian Volk
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Behalf Of zentara > Sent: Wednesday, May 04, 2005 4:22 AM > To: beginners@perl.org > Subject: Re: convert image sizes > > With ImageMagick > > #!/usr/bin/perl > use warnings;

Re: convert image sizes

2005-05-03 Thread JupiterHost.Net
ImageMagick is good, but it's huge, and a little overcomplicated. Imager is smaller and simpler. If you're just starting out with image manipulation in Perl, you might

Re: convert image sizes

2005-05-03 Thread Chris Devers
On Tue, 3 May 2005, Ing. Branislav Gerzo wrote: > Brent Clark [BC], on Tuesday, May 03, 2005 at 13:25 (+0200) wrote > these comments: > > BC> would anyone know of a perl script to convert image resolutions. > BC> But I have a whole host of pics to convert > > look at ImageMagick http://www.image

Re: convert image sizes

2005-05-03 Thread Ing. Branislav Gerzo
Brent Clark [BC], on Tuesday, May 03, 2005 at 13:25 (+0200) wrote these comments: BC> would anyone know of a perl script to convert image resolutions. BC> But I have a whole host of pics to convert look at ImageMagick http://www.imagemagick.org/script/index.php you could convert then from bash, a