in reply to Reading and displaying JPEG attributes

Perhaps try Image::Info. It gives you what you want, plus plenty more. There's probably a module on CPAN to do most things you'll find yourself wanting to do.
  • Comment on Re: how do read & display file attributes

Replies are listed 'Best First'.
Re^2: how do read & display file attributes
by tech2040 (Novice) on Aug 11, 2005 at 20:07 UTC
    Thank you, But what about using itstat? And how would I print the information (specifically the file resolution)to the Linux console?