Changes between Version 2 and Version 3 of Ticket #6821, comment 45
- Timestamp:
- 08/10/2012 03:24:22 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6821, comment 45
v2 v3 5 5 This offers ultimate flexibility: it allows using libraries that implement only a subset of required operations, but is more complex to implement and test. 6 6 7 A stab at this approach can be seen here: https://github.com/markoheijnen/WP_Image/blob/d41803a446978d34bddf47d28c8fa313f5a0ba80/class-wp-image-editor.php#L11 8 7 9 B) Pick the best/available implementation at the beginning and stick to it. 8 10