mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
5210399b24
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
12 lines
233 B
Text
12 lines
233 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.
|
||
|
||
Optional dependency: python3 (automatically detected)
|