Changeset 60047
- Timestamp:
- 03/18/2025 11:23:23 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-image-editor-imagick.php
r59589 r60047 505 505 if ( is_callable( array( $this->image, 'getImageColors' ) ) ) { 506 506 $current_colors = $this->image->getImageColors(); 507 $max_colors = min( $max_colors, $current_colors );507 $max_colors = min( $max_colors, $current_colors ); 508 508 } 509 509 $this->image->quantizeImage( $max_colors, $this->image->getColorspace(), 0, false, false );
Note: See TracChangeset
for help on using the changeset viewer.