ronin/examples/crop.lisp
2019-07-16 20:51:30 +02:00

7 lines
86 B
Common Lisp

; crop
(
(clear)
(open "../static/crystal.jpg")
(crop (rect 100 100 400 400))
)