ronin/examples/pixels.lisp
2019-07-14 10:28:59 +09:00

9 lines
129 B
Common Lisp

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