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 (path "/Users/VillaMoirai/Desktop/clip.jpg"))
(print (select (rect 0 0 10 10)))
(draw "../../PREVIEW.jpg")
(echo (select (rect 0 0 10 10)))
)