CIGaussianBlur - emcconville/cif GitHub Wiki
CIGaussianBlur
Spreads source pixels by an amount specified by a Gaussian distribution.
- -inputImage <image> : The image to use as an input image. For filters that also use a background image, this is the foreground image.
- -inputRadius <number> : The radius determines how many pixels are used to create the blur. The larger the radius, the blurrier the result. [Default 10]