summaryrefslogtreecommitdiffstats
path: root/python/imagesize/README
blob: 31b133c7f31bfd1dad4eae068f5a552604d38770 (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.