summaryrefslogtreecommitdiffstats
path: root/python/imagesize/README
blob: bef4b0ab94594f7337f6e1f1c2935d9b72d2165d (plain)
1
2
3
4
5
6
7
8
9
10
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.