Changes between Initial Version and Version 1 of Ticket #6821, comment 21
- Timestamp:
- 07/27/2012 10:51:30 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6821, comment 21
initial v1 2 2 https://irclogs.wordpress.org/chanlog.php?channel=wordpress-dev&day=2012-07-27&sort=asc#m428904 3 3 4 We're currently deciding whether it's best to go with a WP_Image abstraction, or more of a WP_ImageManipabstraction.5 I'm leaning towards WP_Image Manip, like scribu has suggested.4 We're currently deciding whether it's best to go with a WP_Image (image container) abstraction, or more of a WP_Image_Editor abstraction. 5 I'm leaning towards WP_Image_Editor, like scribu has suggested. 6 6 7 7 We'll be going through the code further over the weekend, checking in on Monday, and meeting on Tuesday at Dev Chat time (20:00 UTC), so that we have a proposal (at the very least) ready for next dev chat. 8 9 (edited to use Scribu's class names)