Hey guys, I am a bit stuck and need your help.
I have the need to load images programmatically via script, and when the image is loaded, I need to watermark it __with another image__
Please do not send me links about adding text onto an image, i know how to do that already and that is not what I need.
I simply cannot find anything on how to take an image, and save another image on top of it... is it possible to use the Graphics class to open a 'canvas' and a second 'canvas' and overlay them on top of each other? I am at a loss :(
Any help you guys could provide would be greatly appreciated.
Thanks in advance,
John
<%
'// Programmed By: Zantos
'// VisualProgramming.NET
'// http://vp.funurl.com/
'// visualprogramming@gmail.com
%>