Feature #43943
closedAVIF images support
Description
AVIF is a modern image format that can provide smaller file sizes while maintaining high image quality, with support for features such as transparency and HDR. It is now practical for general web use because browser support is broad. As of April 10, 2026, "Can I Use" reports about 94.9% global support, including support in current Chrome, Firefox, Safari, and Edge releases:
https://caniuse.com/avif
This patch adds AVIF support to inline images, thumbnails, attachment previews, and automatic inline markup insertion, so AVIF attachments behave like other supported images.
This patch does not add AVIF support to PDF export, because the rbpdf gem does not currently support AVIF images.
Files
Updated by Go MAEDA about 2 months ago
- Target version set to 7.0.0
Setting the target version to 7.0.0.
Updated by Go MAEDA about 1 month ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed the patch in r24581.