how to
Is there an easy way to determine the width and height of a jpg?
Re: how to
Chuck Sigal <cjs [at] AlbanyHill.net> writes:
> 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
Re: how to
Sherm Pendley <spamtrap [at] dot-app.org> writes:
> Chuck Sigal <cjs [at] AlbanyHill.net> writes:
>
>> 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
Re: how to
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.