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