CIMotionBlur - emcconville/cif GitHub Wiki

CIMotionBlur

Blurs an image to simulate the effect of using a camera that moves a specified angle and distance while capturing the image.

  • -inputAngle <number> : The angle of the motion determines which direction the blur smears. [Default 0]
  • -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 20]