joelwenzel
Programmer
- Jun 28, 2002
- 448
Hi,
I need a way to combine two images into one. I need something that I can say
finalImage = image1 At (x1,y1) + Image2 at (x2,y2)
Basically, I want to paste two images side by side and get one final image as the result.
I need a way to combine two images into one. I need something that I can say
finalImage = image1 At (x1,y1) + Image2 at (x2,y2)
Basically, I want to paste two images side by side and get one final image as the result.