diff options
Diffstat (limited to 'python/imagesize/README')
-rw-r--r-- | python/imagesize/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/python/imagesize/README b/python/imagesize/README new file mode 100644 index 0000000000..bef4b0ab94 --- /dev/null +++ b/python/imagesize/README @@ -0,0 +1,10 @@ +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.
\ No newline at end of file |