I’ve two images of the same format and size.
I would like to loop over the pixels of each image and find the most top left and buttom right difference coordinates.
Difference is considered the pixel color of the two pixel with the same coordinates.
Can you please provide me a sample code looping through Image pixels and getting its color value ?
This works for me (this is using ARC):
And here’s the magic 🙂
And the corresponding implementation:
Hope this helps.