Getting the corner coordinates of multiple images

The EveryImageLocation function finds multiple of the same image with varying sizes, returning the center coordinates value. What would be the best method to find the corner coordinates of these images if the images themselves have different size?

Use the everyImageRectangle() function. You can pass it multiple images.

Thank you. I did not know this function exist within EggPlant as it was not mention in the EggPlant reference manual.

It’s documented right after EveryImageLocation().