Changes between Initial Version and Version 1 of Ticket #61926, comment 2
- Timestamp:
- 09/02/2024 06:04:39 AM (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #61926, comment 2
initial v1 11 11 12 12 Yes, it's not. The reason being it uses $this->image instance to set format instead of the passed param $image https://github.com/WordPress/WordPress/blame/master/wp-includes/class-wp-image-editor-imagick.php#L818 13 14 EDIT: which is that same $this->image too. Afaik this needs a handling like there is already in >thumbnail_image that it stores the original image instance and then clears() it after _save() and assigns the original instance.