how to

Is there an easy way to determine the width and height of a jpg?
Chuck Sigal [ Di, 08 Mai 2007 23:23 ] [ ID #1707518 ]

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
Sherm Pendley [ Di, 08 Mai 2007 23:58 ] [ ID #1707519 ]

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
Sherm Pendley [ Mi, 09 Mai 2007 00:09 ] [ ID #1707520 ]

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.
paduille.4061.mumia.w [ Do, 10 Mai 2007 02:39 ] [ ID #1709418 ]
Perl » comp.lang.perl.modules » how to

Vorheriges Thema: ANNOUNCE: OOPS 0.2002 released - major revision
Nächstes Thema: GD module for Win32 available