Description

This effect implements a blur along two diagonals in the input image, similarly to Diagonal Blur which implements it along one diagonal. It duplicates the image twice and shifts all four images towards the opposing ends of both diagonals, whose angle can be modified.

The name is derived from the Hatching technique in graphic design.




Properties

  • Width : Sets the amount of shift between the two images. Values are meant to be close to 0 to keep the image perceptible. Higher values (>0.5) will give a very strong effect but the original images will be mostly unrecognizable.
    Default : 0.05
  • Angle : Change the angle of the diagonal used for the blur.
    Default : 0.0
  • Quality : Sets the quality of the blur. Choices are : Low, Mid, High or Best.
    Default : HIGH

Inputs

Name Type Description
Image Image Image input on which to draw the effect
Width Float Amount of shift to produce the blur
Angle Float Angle of the diagonal along which the blur occurs

Outputs

Name Type Description
Image Image Image output of the effect

Example



In this example :
  • Width : Animated with an LFO between 0 and 0.4
  • Angle : 6

Need more help with this?
Don’t hesitate to contact us here.

Thanks for your feedback.