Hi, Support:
Would you tell me how to reach this purpose?
That is to say:
There have 4 images, whose filename may be Back.png, 1st.png,2nd.png,3th.png, I want to overlay 1st.png on the Back.png with 0.5 transparence, then overlay 2nd.png over 1st.png with 0.3 transparence, then overlay 3th.png with 0.2 transparence, finally save back.png.
Is there any method to reach it on Vb.net?
For example:
Aspose.Imaging.Image.Overlayers Back.png,1st.png,x,y,w,h,Opacity1
Aspose.Imaging.Image.Overlayers Back.png,2nd.png,x,y,w,h,Opacity2
Aspose.Imaging.Image.Overlayers Back.png,3th.png,x,y,w,h,Opacity3
Besides, Is there any method to print text on the image, for example:
Aspose.Imaging.Image.AddText Back.png,Text,x,y,Fontname,Fontsize,FontStyle,Fontcolor,FontShape
Thanks for your help.