Hi, Support:
I want to know whether the aspose.imaging.dll support clipping a image to circle/oval/roundRetangle shape result, and save the clip image to png with backcolor transperance. If so ,how to work it out?
Than…...you can clip images using Graphics class and next example: using...image.Height)) { var g = new Graphics(image2); g.Clear(Color.Transparent);...