Re: image dimensions - module

2002-10-19 Thread zentara
On Fri, 18 Oct 2002 11:50:43 -0600, [EMAIL PROTECTED] (Matthew C. Peterson) wrote: >I am trying to find the dimensions of a graphic with perl. I have the >PerlMagick (Image::Magick) module, but I'm not sure if that is what I need. >My purpose is to find the dimensions of an image, then send the x

Re: image dimensions - module

2002-10-18 Thread Geoffrey F. Green
Both Image::Size and Image::Info will do what you want. Don't know about PerlMagick because I've never used it. - geoff On 10/18/02 1:50 PM, "Matthew C. Peterson" <[EMAIL PROTECTED]> wrote: > I am trying to find the dimensions of a graphic with perl. I have the > PerlMagick (Image::Magick) mod

image dimensions - module

2002-10-18 Thread Matthew C. Peterson
I am trying to find the dimensions of a graphic with perl. I have the PerlMagick (Image::Magick) module, but I'm not sure if that is what I need. My purpose is to find the dimensions of an image, then send the x and y through an algorithm that will determine the best size for a thumbnail. thanks a