#2365·anytype-ts

Support for AVIF/JPEG-XL image formats

Author: looselyrigorousCreated Sep 5, 2026Updated Sep 5, 2026
Labelsenhancement

Have you read a contributing guide?

  • I have read CONTRIBUTING.md
  • I have searched the existing requests and didn't find any that were similar
  • I have considered creating a pull request instead and want to proceed

Clear and concise description of the problem

Importing AVIF or JXL files into an object shows them as generic files and not as images.

Suggested solution

Show them as pictures as is already done for established image formats.

Alternative

No response

Additional context

Chromium 146.0.7680.216 which is what the current version of electron used (at the time of writing) targets, already supports AVIF natively. JPEG-XL is also supported but is disabled by default, but will become enabled at Chromium version 155. So my understanding is AVIF could be supported now assuming no other blockers exist, and JXL when the project eventually targets chromium 155.