Dear all, I would like to know if is possible to dynamic access to the coordinates/indices of corners of the subimage (related to the original image) when using the DynamicImage function, i.e.
img = ExampleData[{"TestImage", "Apples"}];
DynamicImage[img]
Thank you