Hi,
I'm trying to compare 2 images to see if they are the exact same or not ....
I'm assuming I would have to compare the bytes representation of the 2 images. I cannot find any methods in the Image, BufferedImage etc classes to get the bytes of the image.
Can anyone help?
Thanks-in-advance.
I'm trying to compare 2 images to see if they are the exact same or not ....
I'm assuming I would have to compare the bytes representation of the 2 images. I cannot find any methods in the Image, BufferedImage etc classes to get the bytes of the image.
Can anyone help?
Thanks-in-advance.