ronin/examples/pixels/convolve.lisp
2019-07-24 09:52:36 +09:00

10 lines
181 B
Common Lisp

(clear)
; drag an image on the window
(open $path)
;
(convolve
(rect 100 100 400 400) edge)
(convolve
(rect 300 300 400 400) sharpen)
(convolve
(rect 500 500 400 400) blur)