Hello SO,
I would like to write an application that would allow a web user to upload a jpg and position transparent pngs on top of that uploaded image. The number of layers, positioning of the layers, and that actual image file information will be collected and manipulated using javascript and CSS.
After I have the image files and the x-y-z coordinates for the transparent pngs, how can I create a single jpg from these images? Do you guys have a good starting point that I can go to for research?
Edit
Hey there,
The first two answers I got both seem to do the job. What are the differences between using System.Drawing.Graphics
and using System.Drawing.Image
???