I am working on a wpf application. I am having one image, i have put som开发者_如何学Pythone more images on it, with lowered transparency(sort of watermarking you can say). Is their any way to save the present look of the two or three images(watermarked images) into one new image??
You can use RenderTargetBitmap
to render Visuals, to render your stack of images you should place them in some wrapping control (if only temporarily). This article might be helpful.
精彩评论