Image-ExifTool - Re: ISO value for Canon from EXIF data

Posted on Sun Jun 8 13:57:49 2008 by exiftool in response to 8042 (See the whole thread of 7)
Re: ISO value for Canon from EXIF data
use Image::ExifTool qw(:Public); my $info = ImageInfo('image.jpg', 'ISO'); my ($iso) = values %$info; print "The ISO is $iso\n";

- Phil
Direct Responses: 8045 | Write a response