[wp-trac] [WordPress Trac] #61926: Imagick breaks default image progressive/interlace when converted to a mime type that doesn't support interlace
WordPress Trac
noreply at wordpress.org
Mon Aug 26 03:33:46 UTC 2024
#61926: Imagick breaks default image progressive/interlace when converted to a mime
type that doesn't support interlace
--------------------------+-----------------------------
Reporter: kkmuffme | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Media | Version:
Severity: normal | Keywords:
Focuses: |
--------------------------+-----------------------------
if the new format the instance is set to in
https://github.com/WordPress/WordPress/blame/master/wp-includes/class-wp-
image-editor-imagick.php#L818 does not support interlace, imagick will
remove the interlace information (set it to "none")
Therefore retrieveing it here
https://github.com/WordPress/WordPress/blame/master/wp-includes/class-wp-
image-editor-imagick.php#L827 is too late. It must be retrieved before
setImageFormat is called
--
Ticket URL: <https://core.trac.wordpress.org/ticket/61926>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list