diff setup.py @ 3330:7b47f48d31f3

plugin XEP-0264: fix orientation of thumbnails: Rotation of thumbnailis is now modified according to EXIF orientation data. Original image is not modified as user may want to keep it, and orientation transformation can modify encoding parameters. Update `pillow` minimum version to the first one with `exif_transpose` implementation.
author Goffi <goffi@goffi.org>
date Thu, 13 Aug 2020 23:46:18 +0200
parents a3639d6d9643
children a3f940e3d72e
line wrap: on
line diff
--- a/setup.py	Thu Aug 13 23:45:59 2020 +0200
+++ b/setup.py	Thu Aug 13 23:46:18 2020 +0200
@@ -33,7 +33,7 @@
     'miniupnpc',
     'mutagen',
     'netifaces',
-    'pillow',
+    'pillow >= 6.0.0',
     'progressbar2',
     'cryptography',
     'pygments',