[wp-trac] [WordPress Trac] #6821: ImageMagick support
WordPress Trac
noreply at wordpress.org
Thu Nov 22 09:52:19 UTC 2012
#6821: ImageMagick support
-------------------------------------+--------------------------
Reporter: matt | Owner: DH-Shredder
Type: task (blessed) | Status: closed
Priority: normal | Milestone: 3.5
Component: Upload | Version: 2.5
Severity: normal | Resolution: fixed
Keywords: has-patch needs-testing |
-------------------------------------+--------------------------
Comment (by nacin):
In [changeset:"22817"]:
{{{
#!CommitTicketReference repository="" revision="22817"
WP_Image_Editor: the last stand.
* Have wp_get_image_editor() rather than WP_Image_Editor::get_instance().
Having static factory methods would be less confusing if there weren't
also static methods tied to individual editor implementations.
* Lazy-load the WP_Image_Editor base class and editor implementations.
* Have WP_Image_Editor_GD::supports_mime_type() actually check which
types it supports.
* Deprecate gd_edit_image_support() in favor of
wp_image_editor_supports().
props DH-Shredder, scribu, markoheijnen. fixes #22356. see #6821.
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/6821#comment:124>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list