I have added the ImageProcessor.Web.Config package and edited the processing config to enable GaussianBlur. But it still doesn't work. Do I need to enable it using code instead?
Figured it out. You need to add enabled="true" for the plugin in processing.config. For blur it doesn't seem enough to send ?blur=X anymore you need to pass &sigma=X also.
Image processor effects and Umbraco 7.5
I have added the ImageProcessor.Web.Config package and edited the processing config to enable GaussianBlur. But it still doesn't work. Do I need to enable it using code instead?
Figured it out. You need to add enabled="true" for the plugin in processing.config. For blur it doesn't seem enough to send ?blur=X anymore you need to pass &sigma=X also.
is working on a reply...