summaryrefslogtreecommitdiff
path: root/python/imagesize/README
diff options
context:
space:
mode:
authorNikos Giotis <nikos.giotis@gmail.com>2017-03-05 10:59:57 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-03-05 10:59:57 +0700
commit847c66a1c5036590b10db27f936220a5f6cdcdf8 (patch)
treefb93a86cbbaa8d5d1c63515a853674b4c1a8c457 /python/imagesize/README
parent5954e8412c7a6175b4c3bc9a42d1e30dcaadd7a0 (diff)
downloadslackbuilds-847c66a1c5036590b10db27f936220a5f6cdcdf8.tar.gz
python/imagesize: Added (python library for images).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/imagesize/README')
-rw-r--r--python/imagesize/README10
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