![]() |
![]()
| ![]() |
![]()
NAMEImage::LibExif - Read EXIF. Efficiently SYNOPSISuse Image::LibExif; my $exif = image_exif("source.jpg"); if (defined $exif) { print Dumper $exif; } else { print "Exif not found\n"; } DESCRIPTIONVery simple and very fast (about 30 times faster than Image::ExifTool) EXIF extractor, based on libexif. EXPORTimage_exif SEE ALSO
AUTHORMons Anderson <<<mons@cpan.org>>> COPYRIGHT AND LICENSECopyright (C) 2010 by Mons Anderson This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself
|