From: Ali on
Hi !

I want to access an image at the coordinates x,y which are stored in a list L=[x y].
image(L(1),L(2)) would be a solution. But is there an easier one?

PS : image(L) returns the values of the image at (x,1) and (y,1)

Thanks in advance for your suggestions !