matrix-org / synapse

Synapse: Matrix homeserver written in Python/Twisted.
https://matrix-org.github.io/synapse
Apache License 2.0
11.78k stars 2.12k forks source link

JXL/JPEGXL thumbnailing #11901

Open hiddeninthesand opened 2 years ago

hiddeninthesand commented 2 years ago

Description:

JPEGXL is a new standard that supports both best-in-class lossless and lossy encoding, and it'd be nice to see it supported by the thumbnailer.

clokep commented 2 years ago

I think we would want to see if there's decent uptake of this or not on the web before supporting it.

We would also need Pillow to support it: python-pillow/Pillow#4247.