image-smoother-boundary-clamping

Status: IN

Edge and corner cells are handled implicitly via `max(0, i-1)` / `min(m, i+2)` bounds rather than explicit conditional branches, allowing the window to naturally shrink at borders.

Source: entries/2026/06/06/image-smoother-solution.md

JSON