[wp-trac] [WordPress Trac] #6821: ImageMagick support
WordPress Trac
wp-trac at lists.automattic.com
Mon Aug 6 02:40:24 UTC 2012
#6821: ImageMagick support
----------------------------+-----------------------
Reporter: matt | Owner:
Type: task (blessed) | Status: assigned
Priority: normal | Milestone: 3.5
Component: Upload | Version: 2.5
Severity: normal | Resolution:
Keywords: |
----------------------------+-----------------------
Comment (by DH-Shredder):
We met about this at WCSF -- a few notes on decisions and reasons from our
discussions:
- We'll focus on WP_Image_Editor, and leave WP_Image for later, unless it
turns out that it's significantly easier to abstract GD while using it.
- We also need a batch resizer method, to aid with thumbnail generation
- We'll work initially on [https://github.com/markoheijnen/WP_Image
Marko's GitHub account], with a first draft of abstract classes to be
posted on the ticket before this Wednesday's dev chat for discussion.
- Initially, Editor classes will be chosen by rough order rather than by
function (i.e. resize/crop/rotate), and we're still working out how this
could be done elegantly. Suggestions welcome.
- It will likely be the case that any existing public/API functions that
are accepting or returning GD images in memory will need to be deprecated,
as to avoid breaking current plugins. In theses cases, we'll call the new
Class's methods instead.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/6821#comment:32>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list