{
    "content": [
        {
            "type": "text",
            "text": "# Image::ExifTool::Shortcuts (perldoc)\n\n## NAME\n\nImage::ExifTool::Shortcuts - ExifTool shortcut tags\n\n## SYNOPSIS\n\nThis module is required by Image::ExifTool.\n\n## DESCRIPTION\n\nThis module contains definitions for tag name shortcuts used by Image::ExifTool. You can\ncustomize this file to add your own shortcuts.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **AUTHOR**\n- **SEE ALSO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Image::ExifTool::Shortcuts",
        "section": "",
        "mode": "perldoc",
        "summary": "Image::ExifTool::Shortcuts - ExifTool shortcut tags",
        "synopsis": "This module is required by Image::ExifTool.",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [
            {
                "name": "ExifTool",
                "section": "3pm",
                "url": "https://www.chedong.com/phpMan.php/man/ExifTool/3pm/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 21,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Image::ExifTool::Shortcuts - ExifTool shortcut tags\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "This module is required by Image::ExifTool.\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This module contains definitions for tag name shortcuts used by Image::ExifTool. You can\ncustomize this file to add your own shortcuts.\n\nIndividual users may also add their own shortcuts to the .ExifToolconfig file in their home\ndirectory (or the directory specified by the EXIFTOOLHOME environment variable). The shortcuts\nare defined in a hash called %Image::ExifTool::UserDefined::Shortcuts. The keys of the hash are\nthe shortcut names, and the elements are either tag names or references to lists of tag names.\n\nAn example shortcut definition in .ExifToolconfig:\n\n%Image::ExifTool::UserDefined::Shortcuts = (\nMyShortcut => ['createdate','exif:exposuretime','aperture'],\nMyAlias => 'FocalLengthIn35mmFormat',\n);\n\nIn this example, MyShortcut is a shortcut for the CreateDate, EXIF:ExposureTime and Aperture\ntags, and MyAlias is a shortcut for FocalLengthIn35mmFormat.\n\nThe target tag names may contain an optional group name prefix. A group name applied to the\nshortcut will be ignored for any target tag with a group name prefix.\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Copyright 2003-2022, Phil Harvey (philharvey66 at gmail.com)\n\nThis library is free software; you can redistribute it and/or modify it under the same terms as\nPerl itself.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "Image::ExifTool(3pm)\n",
                "subsections": []
            }
        }
    }
}