diff --git a/examples/pixels.lisp b/examples/pixels.lisp index 54c01a9..91ec4a4 100644 --- a/examples/pixels.lisp +++ b/examples/pixels.lisp @@ -4,6 +4,6 @@ ; Draw photo - (draw (path "/Users/VillaMoirai/Desktop/clip.jpg")) - (print (select (rect 0 0 10 10))) + (draw "../../PREVIEW.jpg") + (echo (select (rect 0 0 10 10))) ) \ No newline at end of file