{
    "mode": "perldoc",
    "parameter": "Image::EXIF",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/Image%3A%3AEXIF/json",
    "generated": "2026-06-11T03:26:51Z",
    "synopsis": "use Image::EXIF;\nuse Data::Dumper;\nmy $exif = Image::EXIF->new($filename);\n# or:\nmy $exif = Image::EXIF->new;\n$exif->filename($filename);\nmy $imageinfo = $exif->getimageinfo(); # hash reference\nmy $camerainfo = $exif->getcamerainfo(); # hash reference\nmy $otherinfo = $exif->getotherinfo(); # hash reference\nmy $pointshootinfo = $exif->getpointshootinfo(); # hash reference\nmy $unknowninfo = $exif->getunknowninfo(); # hash reference\nmy $allinfo = $exif->getallinfo(); # hash reference\nprint Dumper($allinfo);",
    "sections": {
        "NAME": {
            "content": "Image::EXIF - Perl extension for exif library\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "use Image::EXIF;\nuse Data::Dumper;\n\nmy $exif = Image::EXIF->new($filename);\n\n# or:\nmy $exif = Image::EXIF->new;\n$exif->filename($filename);\n\nmy $imageinfo = $exif->getimageinfo(); # hash reference\nmy $camerainfo = $exif->getcamerainfo(); # hash reference\nmy $otherinfo = $exif->getotherinfo(); # hash reference\nmy $pointshootinfo = $exif->getpointshootinfo(); # hash reference\nmy $unknowninfo = $exif->getunknowninfo(); # hash reference\nmy $allinfo = $exif->getallinfo(); # hash reference\n\nprint Dumper($allinfo);\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "Perl package Image::EXIF based on exiftags by Eric M. Johnston:\n<http://johnst.org/sw/exiftags/>.\n",
            "subsections": []
        },
        "AUTHORS": {
            "content": "*   Aaron Crane <arc@cpan.org> (current maintainer)\n\n*   sergey s prozhogin <ccpro@rrelaxo.org.ru>\n",
            "subsections": []
        },
        "REPORTING BUGS": {
            "content": "Please report bugs at either of the following locations:\n\n*   <https://rt.cpan.org/Public/Dist/Display.html?Name=Image-EXIF>\n\n*   <https://github.com/arc/p5-image-exif>\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "exiftags.\n",
            "subsections": []
        }
    },
    "summary": "Image::EXIF - Perl extension for exif library",
    "flags": [],
    "examples": [],
    "see_also": []
}