How can i compare the Logo of a website to the logo available in my database just by entering the url to the particular explorer?do i need any plugins or it is simple enough?
A:
It would be simple enough to fetch the file and compare into a byte level, but this will only match completelly identical files.
cherouvim
2010-10-30 18:27:14
A:
You'll have to write some code. Write a java program to fetch the URL from the web site and to fetch the image from the database (perhaps using the URL as the lookup key) and compare each logo's checksums.
Tony Ennis
2010-10-30 18:27:54