Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

I want to make an image grayscale and had been looking at this: http://ottopress.com/2011/customizing-wordpress-images/

However wp_load_image is now deprecated and the recommended method is to use WP_Image_Editor

http://make.wordpress.org/core/2012/12/06/wp_image_editor-is-incoming/

I want to use imagefilter() on the loaded image but the image property is protected in the WP_Image_Editor class

Any ideas?

thanks

share|improve this question
solved by using the WPThumb plugin and a lot of help from Joe at Human Made Github thread – paul Jan 9 at 21:56

closed as too localized by toscho Feb 14 at 21:57

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

Browse other questions tagged or ask your own question.