Mercurial > libervia-backend
comparison 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 |
comparison
equal
deleted
inserted
replaced
3329:15612c0fb421 | 3330:7b47f48d31f3 |
---|---|
31 'lxml >= 3.1.0', | 31 'lxml >= 3.1.0', |
32 'markdown >= 3.0', | 32 'markdown >= 3.0', |
33 'miniupnpc', | 33 'miniupnpc', |
34 'mutagen', | 34 'mutagen', |
35 'netifaces', | 35 'netifaces', |
36 'pillow', | 36 'pillow >= 6.0.0', |
37 'progressbar2', | 37 'progressbar2', |
38 'cryptography', | 38 'cryptography', |
39 'pygments', | 39 'pygments', |
40 'pygobject', | 40 'pygobject', |
41 'PyOpenSSL', | 41 'PyOpenSSL', |