Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #28634, comment 42


Ignore:
Timestamp:
03/04/2016 08:55:34 PM (9 years ago)
Author:
joemcgill
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28634, comment 42

    v1 v2  
    88A few next steps:
    99
    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 `WashU_Image_Editor_Imagick::test()`? I suspect the former.
     10Should 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.
    1111
    1212Should 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?