Algosim documentation: MotionBlur

MotionBlur

Returns a pixmap with a motion blur effect.

Syntax

Description

MotionBlur(pm, amt, d) returns pm with a motion blur effect, vertical if d = "v" and horizontal if d = "h". If omitted, d defaults to "h". amt is the amount, which defaults to 32.

Examples

pm ≔ ExampleData("harvestman")

Image 1

MotionBlur(pm)

Image 2

MotionBlur(pm, 70)

Image 3

See also