Search found 1 match
- 2019-10-16T23:29:42-07:00
- Forum: Magick.NET
- Topic: Is it possible to compare 2 images and see the diff?
- Replies: 2
- Views: 101095
Is it possible to compare 2 images and see the diff?
This code on ImageMagick, I would like to do the same on Magick.NET convert anot.jpg one_real.jpg -compose difference -composite -morphology dilate disk:10 +level-colors "black,red" -fuzz 20% -transparent black result.png https://i.ibb.co/fq8Wx6K/dif.png As you can see, I have a image1, image2, and ...