in reply to Resizing images

I use ImageMagick under Windows to resize graphics. I have a fairly simple script that loops through a folder full of graphics and applies an ImageMagick function(in this case resize) to each of them.

You will need to download ActiveState version 5.x - the latest 6.x doesn't yet support ImageMagick. Install that on your Windows box, then use PPM to install ImageMagick.

--Josh Everist

Replies are listed 'Best First'.
Re: Re: Resizing images
by camel's_back (Initiate) on Jun 22, 2001 at 14:22 UTC
    Why not use the Image::Size module. I use it to resize the dimensions of all my graphics files in my institutions intranet. It's part of the standard Perl distribution for Win32 if you are on a Windows system. Perl is: "The last thing to break the camel's back!".