ronin/examples/pixels.lisp
2019-07-14 14:35:03 +09:00

9 lines
130 B
Common Lisp

; pixels
((clear)
; Draw photo
(draw (path "/Users/VillaMoirai/Desktop/clip.jpg"))
(print (select (rect 0 0 10 10)))
)