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

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -