Image Indexing

Hi,

When you have an image object and you index into it

img[0]

to get a pixel value, where is the source code that executes that operation out of interest?

https://github.com/openmv/openmv/blob/master/src/omv/py/py_image.c#L388