Changes between Version 1 and Version 2 of Ticket #28634, comment 42
- Timestamp:
- 03/04/2016 08:55:34 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28634, comment 42
v1 v2 8 8 A few next steps: 9 9 10 Should we handle required methods separately inside this method so Imagick can be used even if stripping meta isn't supported for some reason of should we just add `'getimageprofiles'`, `'stripimage'`, and `'profileimage'` to the required methods array in `W ashU_Image_Editor_Imagick::test()`? I suspect the former.10 Should we handle required methods separately inside this method so Imagick can be used even if stripping meta isn't supported for some reason of should we just add `'getimageprofiles'`, `'stripimage'`, and `'profileimage'` to the required methods array in `WP_Image_Editor_Imagick::test()`? I suspect the former. 11 11 12 12 Should we give users the ability to filter a whitelist of protected profile types that won't be stripped or should we keep this as a simple on/off switch for now?