Feature #38168
WebP images support
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Attachments | |||
Target version: | 5.1.0 | |||
Resolution: | Fixed |
Description
WebP image format, introduced in 2010, are now supported by most browsers (see https://caniuse.com/webp).
The attached patch adds WebP support to Redmine. The following functions will be able to handle WebP.
- Inline image
- Thumbnail of the attached image
- Inserting markup for an image uploaded by drag and drop
Associated revisions
Support for WebP images (#38168).
- Inline image
- Thumbnail
- Inserting markup for an image uploaded by drag and drop
Patch by Go MAEDA.