Changeset 50821
- Timestamp:
- 05/06/2021 03:03:32 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-image-editor-imagick.php
r50819 r50821 205 205 case 'image/webp': 206 206 $webp_info = wp_get_webp_info( $this->file ); 207 $type = $webp_info['type']; 208 209 if ( $type && 'lossy' === $type ) { 207 208 if ( 'lossy' === $webp_info['type'] ) { 210 209 $this->image->setImageCompressionQuality( $quality ); 211 210 } else {
Note: See TracChangeset
for help on using the changeset viewer.