views:

133

answers:

1

Hello,

I have two instances of BitmapImage. I would like to layer then on eachother the create a new BitmapImage. How would I do this? (Using C#)

Thanks!

A: 

Here's a possible solution:

http://stackoverflow.com/questions/1359582/how-do-i-tile-and-overlay-images-in-wpf

Tony
I thought this solved it, but there is one more problem. How do I convert the System.Windows.Media.ImageSource to a BitmapSource (for saving?)
Tijs Hendriks
what about this:http://stackoverflow.com/questions/1201518/convert-system-windows-media-imagesource-to-system-drawing-bitmap
Tony