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 stuff.

~mark
http://www.workzoo.com/

Daniel Gardner wrote:

> 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-Size
>
> --
> Best Regards,
> Daniel                   [EMAIL PROTECTED]
>
> --
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to