frmys Posted November 4, 2012 Share Posted November 4, 2012 Hi all, Is it possible to make a plugin that can compare 2 photos and make a result output? For example : 1.st photo is 800x600 pixels 2.nd photo is also 800x600 pixels Results file : 900x600 pixels, 800x600 pixel is the result part , and on the right side100x600 pixel part is a text output with some information. In 800x600 part the modified or changed pixels can be marked with a circle or an arrow or a target pointer. On the right you get all information about 1.st , 2nd and result file, total pixels, changes pixels, percantage etc. Of course output file can be extended as much as necessary. 1000x600 with configurable text output font , size , colors , marking pointers , etc. Coding can be easy for advanced users , only pixel by pixel RGB comparision is needed from left top corner pixel and not matching pixel locations can be kept for output and repeated until the last right bottom pixel. Regards. Quote Link to comment Share on other sites More sharing options...
BoltBait Posted November 4, 2012 Share Posted November 4, 2012 If you want to compare 2 photos of the same size, just put one on each layer and change the top layer property to XOR blend mode. The differences will be highlighted. Quote Download: BoltBait's Plugin Pack | CodeLab | and a Computer Dominos Game Link to comment Share on other sites More sharing options...
frmys Posted November 4, 2012 Author Share Posted November 4, 2012 Thanks a lot for the quick answer. I was looking for something like what ImageMagick does. It can make an output with red dots where is changed/modified. Link: http://www.imagemagick.org/script/compare.php BTW , I am not an expert but i use it for almost 2 years and i like paint.net. Thanks to all team. Regards. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.