diff options
author | Nikos Giotis <nikos.giotis@gmail.com> | 2018-02-13 16:39:59 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-02-17 07:42:55 +0700 |
commit | 5210399b24831d3168a517beba4757c3ffb45f34 (patch) | |
tree | 805636b3198b9d96e7595dc6a36ed17596ab22c8 /python/imagesize/README | |
parent | ef03b97f3c6292eee97065807ac89ae7a2f13f4f (diff) | |
download | slackbuilds-5210399b24831d3168a517beba4757c3ffb45f34.tar.gz |
python/imagesize: Add python3 support.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/imagesize/README')
-rw-r--r-- | python/imagesize/README | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/python/imagesize/README b/python/imagesize/README index bef4b0ab94..3864ce0099 100644 --- a/python/imagesize/README +++ b/python/imagesize/README @@ -7,4 +7,6 @@ It parses image files’ header and return image size. JPEG2000 GIF -This is a pure Python library.
\ No newline at end of file +This is a pure Python library. + +Optional dependency: python3 (automatically detected) |