# imagesize - pydoc - phpman

Help on module imagesize:

## NAME
    imagesize

## FUNCTIONS
### get
        Return (width, height) for a given img file content
        no requirements
        :type filepath: Union[bytes, str, pathlib.Path]
        :rtype Tuple[int, int]

### getDPI
        Return (x DPI, y DPI) for a given img file content
        no requirements
        :type filepath: Union[bytes, str, pathlib.Path]
        :rtype Tuple[int, int]

## FILE
    /usr/lib/python3/dist-packages/imagesize.py


