Also, check out PerlMagick - a perl interface into the ImageMagick library of
image manipulation. The homepage is at:
http://www.imagemagick.org/www/perl.html
You can resize images to create thumbnails, and insert text into images (like your
site's URL for example) and do a bunch of other cool st
Sunday, March 17, 2002, 12:43:07 AM, [EMAIL PROTECTED] wrote:
> I'm writing a CGI program that requires that I discover the dimensions of an
> image that a person uploads. Can perl or javascript do that?
The Image::Size module on CPAN does exactly that:
http://search.cpan.org/search?dist=Image
Hi everyone,
I'm writing a CGI program that requires that I discover the dimensions of an
image that a person uploads. Can perl or javascript do that?
Thanks
Tricia