Changes between Initial Version and Version 1 of Ticket #6821, comment 52
- Timestamp:
- 08/10/2012 08:18:36 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6821, comment 52
initial v1 1 I see. Well, WP_Image_Editor could have a default implementation that calls resize().1 I see. Well, WP_Image_Editor could have a default implementation for multi_resize() that just calls resize() a bunch of times. 2 2 3 3 Then, implementations like 'convert' can overwrite it to do it in a more optimal way.