开发者

how to add water mark to a photo during uploading in asp.net? [duplicate]

开发者 https://www.devze.com 2023-02-13 21:15 出处:网络
This question already has answers here: 开发者_运维百科 Closed 11 years ago. Possible Duplicate: Place watermark image on other images (C#, ASP.Net)
This question already has answers here: 开发者_运维百科 Closed 11 years ago.

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

0

精彩评论

暂无评论...
验证码 换一张
取 消