Changes between Initial Version and Version 1 of Ticket #55443, comment 69
- Timestamp:
- 07/21/2022 06:13:06 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #55443, comment 69
initial v1 1 1 r53751 lays the foundation for multi-mime support; I am leaving the ticket open for several other patches (which are mostly complete already) to: 2 * Add control over mime type support in `add_image_size` (also reviewing other core media functions)3 2 * Add the WebP shim (which uses the jpeg instead) for non-supporting browsers 4 3 * Add plugin integration points 5 4 * Add additional mime type output during media edit flow 6 5 * Add new media meta data in REST API media endpoint 6 7 One more piece that probably deserves a separate ticket is: 8 * Add control over mime type support in `add_image_size` 9 10 and also reviewing other core media functions to see where adding a mime_type parameter makes sense.