PDA

Click to See Complete Forum and Search --> : imprints comparing


proff.hacker
Mar 14th, 2002, 01:18 PM
is there any way in vb to know if a scanned image of an imprint is the same one stored at the first time.

i think it's a hard job because the direction and the place

anyway, is there any code to do that?

thanks

CornedBee
Mar 14th, 2002, 02:44 PM
I don't know what an imprint is, but if you want to compare one file to another that was loaded before, create an MD5 checksum and save it somewhere (registry?), then compare it to the checksum of the second file.

You can probably do that with an image in memory too.