forked-synapse/synapse/rest/media
Robert Swain 39b40d6d99 media/thumbnailer: Better quality for 1-bit / 8-bit color palette images (#2142)
Pillow will use nearest neighbour as the resampling algorithm if the
source image is either 1-bit or a color palette using 8 bits. If we
convert to RGB before scaling, we'll probably get a better result.
2019-10-04 09:34:52 +01:00
..
v0 Run Black. (#5482) 2019-06-20 19:32:02 +10:00
v1 media/thumbnailer: Better quality for 1-bit / 8-bit color palette images (#2142) 2019-10-04 09:34:52 +01:00
__init__.py