{
    "mode": "pydoc",
    "parameter": "imagesize",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/pydoc/imagesize/json",
    "generated": "2026-06-02T13:25:03Z",
    "sections": {
        "NAME": {
            "content": "imagesize\n",
            "subsections": []
        },
        "FUNCTIONS": {
            "content": "",
            "subsections": [
                {
                    "name": "get",
                    "content": "Return (width, height) for a given img file content\nno requirements\n:type filepath: Union[bytes, str, pathlib.Path]\n:rtype Tuple[int, int]\n"
                },
                {
                    "name": "getDPI",
                    "content": "Return (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"
                }
            ]
        },
        "FILE": {
            "content": "/usr/lib/python3/dist-packages/imagesize.py\n\n",
            "subsections": []
        }
    },
    "summary": "imagesize",
    "flags": [],
    "examples": [],
    "see_also": []
}