{
    "content": [
        {
            "type": "text",
            "text": "# Image::Info::TIFF (perldoc)\n\n## NAME\n\nImage::Info::TIFF - TIFF support for Image::Info\n\n## SYNOPSIS\n\nuse Image::Info qw(imageinfo dim);\nmy $info = imageinfo(\"image.tif\");\nif (my $error = $info->{error}) {\ndie \"Can't parse image info: $error\\n\";\n}\nprint $info->{BitPerSample};\nmy($w, $h) = dim($info);\n\n## DESCRIPTION\n\nThis module adds TIFF support for Image::Info.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **METHODS**\n- **SEE ALSO**\n- **AUTHOR**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Image::Info::TIFF",
        "section": "",
        "mode": "perldoc",
        "summary": "Image::Info::TIFF - TIFF support for Image::Info",
        "synopsis": "use Image::Info qw(imageinfo dim);\nmy $info = imageinfo(\"image.tif\");\nif (my $error = $info->{error}) {\ndie \"Can't parse image info: $error\\n\";\n}\nprint $info->{BitPerSample};\nmy($w, $h) = dim($info);",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 10,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "METHODS",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 7,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Image::Info::TIFF - TIFF support for Image::Info\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use Image::Info qw(imageinfo dim);\n\nmy $info = imageinfo(\"image.tif\");\nif (my $error = $info->{error}) {\ndie \"Can't parse image info: $error\\n\";\n}\nprint $info->{BitPerSample};\n\nmy($w, $h) = dim($info);\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This module adds TIFF support for Image::Info.\n",
                "subsections": []
            },
            "METHODS": {
                "content": "processfile()\n$info->processfile($source, $options);\n\nProcesses one file and sets the found info fields in the $info object.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "Image::Info\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Jerrad Pierce <belg4mit@mit.edu>/<webmaster@pthbb.org>\n\nPatches and fixes by Ben Wheeler.\n\nThis library is free software; you can redistribute it and/or modify it under the same terms as\nPerl itself.\n",
                "subsections": []
            }
        }
    }
}