Search found 1 match
- 2012-09-15T16:28:10-07:00
- Forum: Developers
- Topic: How compare function marks differences on resulting picture?
- Replies: 2
- Views: 5478
How compare function marks differences on resulting picture?
I am trying to write a function in Java that would perform basic image comparison and produce resulting image similar to the one produced by compare.exe. I want my function to be simple, covering the functionality of "compare.exe 1.png 2.png result.png". So nothing complicated. Actually I have the ...