How to combine two images into one jpeg

I need to be able to take multiple images and overlay the smaller ones on top of the larger one and save the result as a single image. How can I do this in C #?

+1
source share
2 answers
+9
source

, , , .

:

Winforms , GDI + . , , http://www.bobpowell.net/gdiplus_faq.htm

WPF, Silverlight XNA .

0

All Articles