Comparing images
-
I think it's just to read the bitmap data of the images and then compare the
BITMAP
structures(?) Rickard Andersson@Suza Computing C# and C++ programmer from SWEDEN! UIN: 50302279 E-Mail: nikado@pc.nu Speciality: I love C#, ASP.NET and C++! -
load them into memory and memcmp ? alternatively, crc check the files ? either of the above will work. could use some more information on what it is you're trying to achieve ... Jase ------------------------------------------------------------------------------------------------------------------------------------------------------------------- View your digital photos and images with ease using the ultimate desktop image manager for Microsoft Windows Download your free copy of SlideShow Desktop today from http://www.slideshowdesktop.com
-
Trying to find differences in two images? Trying to determine if two images are of the same thing? Trying to determine if two images are of the same scene? What sort of comparison?