how to
am 08.05.2007 23:23:02 von Chuck SigalIs there an easy way to determine the width and height of a jpg?
Is there an easy way to determine the width and height of a jpg?
Chuck Sigal
> Is there an easy way to determine the width and height of a jpg?
Yes.
sherm--
--
Web Hosting by West Virginians, for West Virginians: http://wv-www.net
Cocoa programming in Perl: http://camelbones.sourceforge.net
Sherm Pendley
> Chuck Sigal
>
>> Is there an easy way to determine the width and height of a jpg?
>
> Yes.
Oh, did you want to know what that way is? :-)
Image::Size
sherm--
--
Web Hosting by West Virginians, for West Virginians: http://wv-www.net
Cocoa programming in Perl: http://camelbones.sourceforge.net
On 05/08/2007 04:23 PM, Chuck Sigal wrote:
> Is there an easy way to determine the width and height of a jpg?
Search CPAN for "exif" and "jpeg" related modules. You can also invoke
separate programs to extract the dimensions such as ImageMagick's
"identify," Linux's "file" command, the "exif" command and no doubt many
others.