Changes between Version 1 and Version 2 of Ticket #63338, comment 14
- Timestamp:
- 05/17/2025 09:10:45 AM (5 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #63338, comment 14
v1 v2 6 6 7 7 1. Go to this file: `wp-includes/class-wp-image-editor-imagick.php` 8 2. And simply comment the line 509 like this:8 2. Comment the line 509 like this: 9 9 10 10 {{{ … … 12 12 }}} 13 13 14 3. And test again uploading the images 14 3. Comment the line 515 like this 15 16 {{{ 17 // $this->image->setOption( 'png:format', 'png8' ); 18 }}} 19 20 4. And test again uploading the images