Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #52867, comment 8


Ignore:
Timestamp:
03/29/2021 09:11:04 PM (4 years ago)
Author:
adamsilverstein
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #52867, comment 8

    initial v1  
    1 @mikeschroder @spacedmonkey how do you feel about [attachment:"52867.2.diff"] which adds a new simplified `wp_image_editor_output_format` filter (naming suggestions welcome!) in `WP_Image_Editor::get_output_format` so we can build a feature plugin that enables wider testing of the "WebP as default output format" feature.
     1@mikeschroder @spacedmonkey how do you feel about [attachment:"52867.2.diff"] which adds a new simplified `wp_image_editor_output_format` filter (naming suggestions welcome!) in `WP_Image_Editor::get_output_format` so we can build a feature plugin that enables wider testing of the "WebP as default output format" feature.
     2
     3Furthermore, with this filter in place we could build a "Modern image formats tester" feature plugin that would let users enable other advanced formats (AVIF, JPEX XL) when those formats are available.