mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-04 00:56:07 +01:00
2ed78b0c2a
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
10 lines
No EOL
177 B
Text
10 lines
No EOL
177 B
Text
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. |