I want to compare 2 scanned images by using PixelGrabber and highlight difference into third image:
1. I convert two images to an array of integer using PixelGrabber.
2. Then compares the two arrays.
3. After comparing images iam generated third new image.
My problem is: I want to start comparing pixels from perticular pixel. How to obtain RGB value from array for perticular pixel? (Like I want RGB value of (10, 10)pixel)