asp.netgraphicswatermarkstamp

Best way to stamp an image with another image to create a watermark in ASP.NET?


Anyone know? Want to be able to on the fly stamp an image with another image as a watermark, also to do large batches. Any type of existing library or a technique you know of would be great.


Solution

  • This will answer your question:

    http://www.codeproject.com/KB/GDI-plus/watermark.aspx

    Good luck!