Comparison of bmp files?
问题 I want to compare two bmp files. I thought of two approaches: to compare the header as well as the information header of the two files convert the bmp file to binary and then do the above comparison But, I don't know how to start and which will be a better approach. I would be glad if someone could please help me! 回答1: I don't know on which platform you want to implement this, but here are some code snippets which could be useful: Compare two images with C# This is a snippet to compare 2