HiXIF - ``Hi''gemaru E``XIF'' Parser
get exif information
use HiXIF; my $img = HiXIF->new->info($filepath); print $img->ExifImageWidth,'x',$img->ExifImageHeight;
HiXIF is Perl Library to get Exif Information.
Most Digital Camera do not return CCD SIZE. But HiXIF.pm include some Digital Camera's Info, and you can get focallength135 (35mm film conversion) .
After $img->info($filepath); Do $img->Accessor;
Copyright 1998- Kawabata, Kazumichi (Higemaru.) <oneroad@mac.com>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.