[wp-trac] [WordPress Trac] #33642: Improve default Imagick compression settings
WordPress Trac
noreply at wordpress.org
Wed Feb 24 22:50:14 UTC 2016
#33642: Improve default Imagick compression settings
-------------------------+------------------------
Reporter: joemcgill | Owner: joemcgill
Type: enhancement | Status: assigned
Priority: normal | Milestone: 4.5
Component: Media | Version:
Severity: normal | Resolution:
Keywords: has-patch | Focuses:
-------------------------+------------------------
Comment (by mikeschroder):
In [changeset:"36700"]:
{{{
#!CommitTicketReference repository="" revision="36700"
Media: Optimize Imagick settings for quality and filesize
- Resamples and sharpens larger images before resize.
- Uses imagick::FILTER_TRIANGLE for a smoother resize.
- Introduces `WP_Image_Editor_Imagick::thumbnail_image()` protected method
to efficiently resize images. Similar to the functionality of Imagick's
`thumbnailImage()`.
- Introduces `WP_Image_Editor_Imagick::strip_meta()` protected method and
`image_strip_meta` filter that, by default, strip image profiles to reduce
file size, while leaving color profiles intact.
See: #33642, #30402, #28634.
Props: joemcgill, dnewton, mikeschroder.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/33642#comment:42>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list