summaryrefslogtreecommitdiffstats
path: root/python/imagesize/README
blob: 3864ce00991a935b0ac6d333931bffe9d6c9d8f4 (plain)
Getting image size from png/jpeg/jpeg2000/gif file

It parses image files’ header and return image size.

    PNG
    JPEG
    JPEG2000
    GIF

This is a pure Python library.

Optional dependency: python3 (automatically detected)