forked-synapse/synapse/rest/media/v1
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
..
__init__.py copyrights 2016-01-07 04:26:29 +00:00
_base.py Move logging utilities out of the side drawer of util/ and into logging/ (#5606) 2019-07-04 00:07:04 +10:00
config_resource.py Make the http server handle coroutine-making REST servlets (#5475) 2019-06-29 17:06:55 +10:00
download_resource.py Make the http server handle coroutine-making REST servlets (#5475) 2019-06-29 17:06:55 +10:00
filepath.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
media_repository.py fix thumbnail storage location (#5915) 2019-09-02 12:18:41 +01:00
media_storage.py Replace returnValue with return (#5736) 2019-07-23 23:00:55 +10:00
preview_url_resource.py Remove double return statements (#5962) 2019-09-03 11:42:45 +01:00
storage_provider.py fix typo: backgroud -> background 2019-07-12 15:29:40 +01:00
thumbnail_resource.py Make the http server handle coroutine-making REST servlets (#5475) 2019-06-29 17:06:55 +10:00
thumbnailer.py media/thumbnailer: Better quality for 1-bit / 8-bit color palette images (#2142) 2019-10-04 09:34:52 +01:00
upload_resource.py Make the http server handle coroutine-making REST servlets (#5475) 2019-06-29 17:06:55 +10:00