Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 749
MetaGuru Avatar asked Sep 21 '08 02:09

MetaGuru


2 Answers

This will answer your question:

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

Good luck!

like image 178
Ian P Avatar answered Sep 28 '22 03:09

Ian P


I have had good luck with ImageMagick. It has an API for .NET too.

like image 23
GEOCHET Avatar answered Sep 28 '22 03:09

GEOCHET