Image::EXIF - phpMan

Command: man perldoc info search(apropos)  


Sections
NAME SYNOPSIS DESCRIPTION AUTHORS REPORTING BUGS SEE ALSO
NAME
    Image::EXIF - Perl extension for exif library

SYNOPSIS
      use Image::EXIF;
      use Data::Dumper;

      my $exif = Image::EXIF->new($file_name);

      # or:
      my $exif = Image::EXIF->new;
      $exif->file_name($file_name);

      my $image_info = $exif->get_image_info(); # hash reference
      my $camera_info = $exif->get_camera_info(); # hash reference
      my $other_info = $exif->get_other_info(); # hash reference
      my $point_shoot_info = $exif->get_point_shoot_info(); # hash reference
      my $unknown_info = $exif->get_unknown_info(); # hash reference
      my $all_info = $exif->get_all_info(); # hash reference

      print Dumper($all_info);

DESCRIPTION
    Perl package Image::EXIF based on exiftags by Eric M. Johnston:
    <http://johnst.org/sw/exiftags/>.

AUTHORS
    *   Aaron Crane <arc AT cpan.org> (current maintainer)

    *   sergey s prozhogin <ccpro AT rrelaxo.ru>

REPORTING BUGS
    Please report bugs at either of the following locations:

    *   <https://rt.cpan.org/Public/Dist/Display.html?Name=Image-EXIF>

    *   <https://github.com/arc/p5-image-exif>

SEE ALSO
    exiftags.


Generated by phpMan Author: Che Dong On Apache Under GNU General Public License - MarkDown Format
2026-05-23 07:52 @216.73.217.24 CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 TransitionalValid CSS!

^_back to top