Search found 3 matches
- 2018-06-15T22:07:36-07:00
- Forum: Developers
- Topic: Setting different colors to differences between two images
- Replies: 5
- Views: 12175
Re: Setting different colors to differences between two images
Thank you for the explanation. I am having issues transforming this to VB.net. Is there some reference I can use to help me figure out the conversion?
- 2018-06-14T21:04:20-07:00
- Forum: Developers
- Topic: Setting different colors to differences between two images
- Replies: 5
- Views: 12175
Re: Setting different colors to differences between two images
Here are the images that we are trying to compare. Ideally we would like to be able choose the colors for the what was removed from version 1 from what is in version 2. Typically that would be a lighter color and what are the changes (additions) in verison2 would show in a darker color. Version 1 ...
- 2018-06-13T02:19:31-07:00
- Forum: Developers
- Topic: Setting different colors to differences between two images
- Replies: 5
- Views: 12175
Setting different colors to differences between two images
Trying to find the difference between two image and display image1 differences in Red and the image2 in blue. Basically the first image is the older one and image2 is the newer image, so we want to see what has been removed in red and what has been added in blue. If we use the composite so the image ...