Changeset 51717 for trunk/src/wp-includes/class-wp-image-editor.php
- Timestamp:
- 09/01/2021 05:16:08 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-image-editor.php
r51704 r51717 352 352 * the mapping array is empty, so the mime type matches the source image. 353 353 * 354 * This should be considered experimental as there are a few edge cases that355 * still need to be solved.356 *357 * When this filter is used in combination with the {@see 'wp_editor_set_quality'}358 * filter, the image quality value used will be that of the original mime type,359 * not the mapped one. This could result in unexpected image quality for generated360 * images. See https://core.trac.wordpress.org/ticket/53667 for more details.361 *362 * When a mime type is mapped to another, and two images with the same name are363 * uploaded (image.jpg and image.webp, for example), the generated images for one364 * will potentially overwrite the other's.365 * See https://core.trac.wordpress.org/ticket/53668 for more details.366 *367 354 * @see WP_Image_Editor::get_output_format() 368 355 *
Note: See TracChangeset
for help on using the changeset viewer.