Get Image Dimensions

2005-07-25 Thread Daniel Kasak
Hi all. I need the fastest ( ie runtime ) possible way to get an image's dimensions, and it needs to work on Windows ( without too much mucking around, too ). It needs to work with png and jpg images - anything else is a bonus. I was thinking about using ImageMagick, but I'm not sure if that

Re: Get Image Dimensions

2005-07-25 Thread Jeff 'japhy' Pinyan
On Jul 26, Daniel Kasak said: I need the fastest ( ie runtime ) possible way to get an image's dimensions, and it needs to work on Windows ( without too much mucking around, too ). It needs to work with png and jpg images - anything else is a bonus. Well, there's Image::Size on CPAN... --