fix pixels example

This commit is contained in:
Quentin Leonetti 2019-07-14 08:10:31 +02:00
parent 86a7e3bbc4
commit e060b81e0b

View File

@ -4,6 +4,6 @@
; Draw photo ; Draw photo
(draw (path "/Users/VillaMoirai/Desktop/clip.jpg")) (draw "../../PREVIEW.jpg")
(print (select (rect 0 0 10 10))) (echo (select (rect 0 0 10 10)))
) )