c# - What is a way to combine different images to form a single image? -


i want make cartoon using face.jpg hair.jpg eyes.jpg , other .jpg files of other facial features make single image of cartoon. know can draw lines,circles,ellipses etc. on image bitmap using graphics object there way draw image bitmap on graphics object?. appreciated.

if have image instance, can use graphics.drawimage method.


Popular posts from this blog

javascript - Js, document.getElementById("ID").innerHTML, error -

jquery - jqGrid update specific column data with out refreshing the entire column? -

objective c - Is there a way in OCMockito to make stubs fail when an unknown method is called? -