GaussianBlur
Uses a Gaussian kernel to blur the current image. Pass the desired kenel size to the processor.
Additional optional properties are also available- sigma (defaults to 1.4)
- threshold (defaults to 0)
All gaussian blur requests have limiters to the given values set in the processing.config
file to help prevent
DoS attacks.
Requests are passed thus:
<!--Recommended-->
http://your-image?blur=10&sigma=1.5&threshold=10
<!--Legacy-->
http://your-image?blur=10,sigma-1.5,threshold-10
Examples
Original

Blur at 10 Kernel Size
