I'm having two almost the same images. Only one has an extra transparent blueish circle over a part of the image, and the original not.
How do I get the RGBA or ARGB of this circle (thus not the RGB)?
I guess the original image should be subtracted form the modified image and from the result I want the RGB + alpha.
If code is required I prefer .NET, but I just want it for one instance.
How do I get the RGBA or ARGB of this circle (thus not the RGB)?
I guess the original image should be subtracted form the modified image and from the result I want the RGB + alpha.
If code is required I prefer .NET, but I just want it for one instance.