[wp-trac] [WordPress Trac] #6821: ImageMagick support
WordPress Trac
wp-trac at lists.automattic.com
Fri Aug 10 03:20:12 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 scribu):
Some interesting discussions happened today in regards to choosing a
specific implementation. Basically, it boils down to two approaches:
A) Pick the best/available implementation before executing each operation.
This offers ultimate flexibility; it allows using libraries that only
partially implement the set of required operations, but is more complex to
implement and test.
B) Pick the best/available implementation at the beginning and stick to
it.
This is how the HTTP component in WP works. It requires that all
implementations support the entire set of required operations, but is
easier to implement.
Made a quick proof of concept:
https://gist.github.com/5ee61a934a8c38fe8e2b
--
Ticket URL: <http://core.trac.wordpress.org/ticket/6821#comment:45>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list