Tagged Questions
4
votes
5answers
3k views
How to subtract one bitmap from another in C#/.NET?
I have two bitmaps, produced by different variations of an algorithm. I'd like to create a third bitmap by subtracting one from the other to show the differences.
How can this be done in .NET? I've ...