http://qs1969.pair.com?node_id=907738


in reply to Re^7: Can i Compare two images in perl ?
in thread Can i Compare two images in perl ?

I used Image::Compare::THRESHOLD_COUNT.

Even though it takes a bit of time but it is working and then i had to standardise the threshold limit for my matching pixels.

P.S. Image::Compare was not able to pick up .jpg or even .png images, any reason for so?? I had to use the files as .bmp for it.