; pixels

((clear)

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