Blur Op
Blur the pixels of an image
Summary (oneliner)
Blur the current state of an image compose
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Caniuse query
Inputs
render (Trigger)
Triggerthe op
amount (Number)
Amount of blur to apply
direction index (integer /Number)
Pick blur direction with an integer
direction (String)
Both, vertical or horizontal
Fast (boolean /Number)
Fast mode. Sacrifice blur quality for speed
mask (Object)
Use a texture input black and white gradient to decide which pixels are blurred
Outputs
trigger (Trigger)
Trigger out
Patches using Blur
Changelog
rename | Ops.Gl.TextureEffects.Blur renamed to Ops.Gl.ImageCompose.Blur 2023-12-06 - pandur |