Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #61926, comment 2


Ignore:
Timestamp:
09/02/2024 06:04:39 AM (22 months ago)
Author:
kkmuffme
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61926, comment 2

    initial v1  
    1111
    1212Yes, 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
     14EDIT: 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.