element-hq / element-hq/synapse
HEIC/HEIF support
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 600
- Avg merge
- 5d 22h
- Merged PRs (30d)
- 51
Description
This issue has been migrated from [#13767](https://github.com/matrix-org/synapse/issues/13767).
---
**Description:**
Apparently someone managed to send an HEIC image from an apple device to a matrix room I participate in. At least thumbnailing HEIC/HEIF ( https://en.wikipedia.org/wiki/High_Efficiency_Image_File_Format ) would be nice. I suppose synapse isn't supposed to be a generic media converter, but that would have been useful as well.
PNGs should be thumbnailed as JPEG https://github.com/matrix-org/synapse/issues/2045 , but there's complaints about WEBP being thumbnailed about JPEG https://github.com/matrix-org/synapse/issues/11840 . I guess it's hard to please everyone.
Contributor guide
Assessment
This issue has not been assessed yet.