blob: 3864ce00991a935b0ac6d333931bffe9d6c9d8f4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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)
|