I am using C#. I've two images as following:
Image1: 200 X 100 Image2: 200 X 200
I tried merging it with Canvas, Graphics and Pixel methods and all work but with a glitch that it leaves black color in that 100 pixel area of image1 height.
I prefer to have that area as complete transparent instead of black color.
Here's the url for the merged image I'm referring to: Image Url
I highly appreciate your pointers on this. Many thanks in advance!