Algosim documentation: BoxBlur

BoxBlur

Returns a pixmap with a box blur effect.

Syntax

Description

BoxBlur(pm, amt) returns the pixmap pm with a box blur effect. amt is the amount (defaults to 2).

Examples

pm ≔ ExampleData("harvestman")

Image 1

BoxBlur(pm)

Image 2

BoxBlur(pm, 25)

Image 3

See also