Changes between Version 3 and Version 12 of Ticket #52867
- Timestamp:
- 03/30/2021 09:17:35 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #52867
- Property Keywords dev-feedback added
-
Property
Summary
changed from
Use WebP as default format for image sub-sizes (when available).
toAdd capability to set default format for image sub-sizes.
-
Ticket #52867 – Description
v3 v12 1 Follow up to #35725 where we introduced support for WebP images. Please review this ticket first as many of the changes proposed here have already been discussed extensively there!1 Introduces a new filter that enables setting a default sub-size image output format when uploading images. 2 2 3 By switching to WebP, users won't need to do anything and will benefit from faster sites because images will be 25-40% smaller, all with no loss of quality. Hosts will benefit from reduced memory usage for compression, and reduced storage and bandwidth requirements for images. 3 This enables testing WebP (or other image formats) as the default output format. 4 5 Follow up to #35725 where we introduced support for WebP images. 6 7 By switching to WebP as their default output format, users won't need to do anything and will benefit from faster sites because images will be 25-40% smaller, with no loss of quality. Hosts will benefit from reduced memory usage for compression, and reduced storage and bandwidth requirements for images. 4 8 5 9 By using WebP as the default image format: … … 7 11 * Uploaded images are converted to smaller sub-sizes - these images will now use the WebP format if the server supports it. 8 12 * Note both GD and Imagick support WebP lossy and lossless, however only Imagick supports animated images. 9 * A filter controls the type re-mapping and can be used to opt out of the feature entirely, or on a per image or image type basis (eg only convert jpegs). 13 10 14 11 15 Considerations: