Hi,
Could anyone please help me in getting the same result in the .Net code as the one below from command prompt?
composite.exe D:\test\image1.png D:\test\image2.png -compose difference Src D:\test\diff.png
convert.exe D:\test\diff.png -alpha copy D:\test\result.png
Could anyone please help me in getting the same result in the .Net code as the one below from command prompt?
composite.exe D:\test\image1.png D:\test\image2.png -compose difference Src D:\test\diff.png
convert.exe D:\test\diff.png -alpha copy D:\test\result.png