Hi,

> How can I get the size of a image by perl?

If you are looking for size (as in filesize) then the
quickest way is to "stat" the file.  For details:

perldoc -f stat

I think more likely you are after the image dimensions, and
you should use the "Image::Size" module from CPAN. 
Download (or read documentation) at: 

http://search.cpan.org/search?module=Image::Size

Jonathan Paton


__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page from News and Sport to Email and Music 
Charts
http://uk.my.yahoo.com

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

Reply via email to