how to

how to

am 08.05.2007 23:23:02 von Chuck Sigal

Is there an easy way to determine the width and height of a jpg?

Re: how to

am 08.05.2007 23:58:31 von Sherm Pendley

Chuck Sigal 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

am 09.05.2007 00:09:17 von Sherm Pendley

Sherm Pendley writes:

> Chuck Sigal 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

am 10.05.2007 02:39:26 von paduille.4061.mumia.w+nospam

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.