Blur

This is a set of filters that are used to soften images, or parts of them.

  • Blur

    This is standard blur in StylePix. It uses convolution mask like right side.
    1/142/141/14
    2/142/142/14
    1/142/141/14
    Convolution Mask
    Blur
  • Box Blur

    Box Blur

    Options

    • Radius

      This controls intensity of the filter.

  • Gaussian Blur

    For more natural blur effect, this uses the gaussian formula. You can see better quality of the below sample image in comparison with the above box blur's sample image.

    Gaussian Blur

    Options

    • Radius

      This controls intensity of the filter.

  • Motion Blur

    When you take pictures using the camera, you can see the afterimage of your pictures when the target object or your camera is moved in one direction. These effects can be created using motion blur filter.

    Motion Blur

    Options

    • Angle

      This controls the angle of the afterimage's direction.

    • Radius

      This controls intensity of the filter.

    • Distance

      This controls the distance of the afterimage to original.

  • Zoom Blur

    Zoom Blur

    Options

    • Radius

      This controls intensity of the filter.

    • X

      This is percentage of x-coordinate of center point.

    • Y

      This is percentage of y-coordinate of center point.