Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #55443, comment 69


Ignore:
Timestamp:
07/21/2022 06:13:06 PM (2 years ago)
Author:
adamsilverstein
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #55443, comment 69

    initial v1  
    11r53751 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)
    32* Add the WebP shim (which uses the jpeg instead) for non-supporting browsers
    43* Add plugin integration points
    54* Add additional mime type output during media edit flow
    65* Add new media meta data in REST API media endpoint
     6
     7One more piece that probably deserves a separate ticket is:
     8* Add control over mime type support in `add_image_size`
     9
     10and also reviewing other core media functions to see where adding a mime_type parameter makes sense.