BoxBlur
Returns a pixmap with a box blur effect.
Syntax
-
BoxBlur(pm[, amt])-
pmis a pixmap -
amtis a non-negative integer
-
Description
BoxBlur(pm, amt) returns the pixmap pm with a box blur effect. amt is the amount (defaults to 2).
Examples
pm ≔ ExampleData("harvestman")

BoxBlur(pm)

BoxBlur(pm, 25)
