On Wed, 18 Jun 2003 01:01:50 -0400, Adam Stern wrote: >Is there a way to determine the size in pixels of a gif/jpeg file >without using GD or anything the requires an external c lib?
Check out Image::Size (CPAN). That module is in Pure Perl. -- Bart.