I am building an application, where I need to compare 2 images and highlight the difference. For example I am comparing UIImage1 with UIImage2, where both the images are same, except there is an extra small square object in UIImage2. I need to highlight the extra square object with red color in the UIImage2.
I am not sure, how I can achieve this.