Hi,
I have a few transparent .png images with same size and want to add or subtract them one of other and then put the image to picturebox.
First picture:
Second picture which contains white pixels (or it could be black pixels) which should be erased from first picture:
The result should look like this:
Is there any way to this fast, but not looping through pixels? BitBlt using?
Some code example, please.
Thanks
I have a few transparent .png images with same size and want to add or subtract them one of other and then put the image to picturebox.
First picture:
Second picture which contains white pixels (or it could be black pixels) which should be erased from first picture:
The result should look like this:
Is there any way to this fast, but not looping through pixels? BitBlt using?
Some code example, please.
Thanks
Last edited: