{
    "content": [
        {
            "type": "text",
            "text": "# Image::ExifTool::MWG (perldoc)\n\n## NAME\n\nImage::ExifTool::MWG - Metadata Working Group support\n\n## SYNOPSIS\n\n# enable MWG Composite tags\nuse Image::ExifTool::MWG;\nImage::ExifTool::MWG::Load();\n# enable MWG strict mode\n$Image::ExifTool::MWG::strict = 1;\n# disable MWG strict mode\n$Image::ExifTool::MWG::strict = 0;\n\n## DESCRIPTION\n\nThe MWG module contains Composite tag definitions which are designed to simplify implementation\nof the Metadata Working Group guidelines. These special MWG Composite tags are enabled by\ncalling the Load() method:\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **AUTHOR**\n- **REFERENCES**\n- **SEE ALSO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Image::ExifTool::MWG",
        "section": "",
        "mode": "perldoc",
        "summary": "Image::ExifTool::MWG - Metadata Working Group support",
        "synopsis": "# enable MWG Composite tags\nuse Image::ExifTool::MWG;\nImage::ExifTool::MWG::Load();\n# enable MWG strict mode\n$Image::ExifTool::MWG::strict = 1;\n# disable MWG strict mode\n$Image::ExifTool::MWG::strict = 0;",
        "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": 10,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 18,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "REFERENCES",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Image::ExifTool::MWG - Metadata Working Group support\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "# enable MWG Composite tags\nuse Image::ExifTool::MWG;\nImage::ExifTool::MWG::Load();\n\n# enable MWG strict mode\n$Image::ExifTool::MWG::strict = 1;\n\n# disable MWG strict mode\n$Image::ExifTool::MWG::strict = 0;\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "The MWG module contains Composite tag definitions which are designed to simplify implementation\nof the Metadata Working Group guidelines. These special MWG Composite tags are enabled by\ncalling the Load() method:\n\nuse Image::ExifTool::MWG;\nImage::ExifTool::MWG::Load();\n\nBy default, loading the MWG Composite tags enables \"strict MWG conformance\" unless previously\nenabled or disabled by the user. In this mode, ExifTool will generate a Warning instead of\nextracting EXIF, IPTC and XMP from non-standard locations. The strict mode may be disabled or\nenabled at any time by setting the MWG \"strict\" flag to 0 or 1. eg)\n\n$Image::ExifTool::MWG::strict = 0;\n\nThis module also contains the MWG XMP tags which are loaded automatically by ExifTool as\nrequired, and are independent of the MWG Composite tags which must be loaded explicitly as\ndescribed above.\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": []
            },
            "REFERENCES": {
                "content": "<http://www.metadataworkinggroup.org/>\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "\"MWG Tags\" in Image::ExifTool::TagNames, Image::ExifTool(3pm)\n",
                "subsections": []
            }
        }
    }
}