mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
847c66a1c5
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. |