Added convolve example

This commit is contained in:
Devine Lu Linvega
2019-07-24 09:52:36 +09:00
parent 0294c04858
commit a1af04063b
5 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
(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)