{
    "content": [
        {
            "type": "text",
            "text": "# imagesize (pydoc)\n\n**Summary:** imagesize\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **FUNCTIONS** (1 lines) — 2 subsections\n  - get (5 lines)\n  - getDPI (5 lines)\n- **FILE** (3 lines)\n\n## Full Content\n\n### NAME\n\nimagesize\n\n### FUNCTIONS\n\n#### get\n\nReturn (width, height) for a given img file content\nno requirements\n:type filepath: Union[bytes, str, pathlib.Path]\n:rtype Tuple[int, int]\n\n#### getDPI\n\nReturn (x DPI, y DPI) for a given img file content\nno requirements\n:type filepath: Union[bytes, str, pathlib.Path]\n:rtype Tuple[int, int]\n\n### FILE\n\n/usr/lib/python3/dist-packages/imagesize.py\n\n"
        }
    ],
    "structuredContent": {
        "command": "imagesize",
        "section": "",
        "mode": "pydoc",
        "summary": "imagesize",
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "FUNCTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "get",
                        "lines": 5
                    },
                    {
                        "name": "getDPI",
                        "lines": 5
                    }
                ]
            },
            {
                "name": "FILE",
                "lines": 3,
                "subsections": []
            }
        ]
    }
}