how to add water mark to a photo during uploading in asp.net? [duplicate]
Possible Duplicate:
Place watermark image on other images (C#, ASP.Net)
how to add water mark to a photo during uploading in asp.net ???
You can run ImageMagick ( http://www.imagemagick.org/script/index.php) from your asp.net script after the upload process, and put the required watermark. a general example here :
http://foobarist.com/how-to-watermark-images-using-imagemagick-composite-on-the-command-line
精彩评论