I have a problem in my web crawler where I am trying to retrieve images from a particular website. Problem is that often I see images that are exactly same but different in
I would think you don't need an image library to do this - simply fetching the URL content and comparing the two streams as byte arrays should do it.
Unless of course you are interested in identifying similar images as well.