相思资源网 Design By www.200059.com
操作实现函数:
复制代码 代码如下:
Function AddWater(n)
Set Photo = Server.CreateObject("Persits.Jpeg")
PhotoPath = Server.MapPath(n)
Photo.Open PhotoPath
Photo.Interpolation=1
Photo.Quality=100
iWidth=Photo.OriginalWidth
iHeight=Photo.OriginalHeight
iiwidth=214 '水印图片的宽度
iiheight=51 '水印图片的高度
Photo.Canvas.DrawPNG iWidth-iiWidth-5, iHeight-iiHeight-5,Server.MapPath("Water.png") 'Water.png即为水印图片
Photo.save Server.mappath(n) '输出图片
Set Photo = Nothing
End Function

调用方法:
<% Call AddWater(图片名称)%>
标签:
图片水印,杂点

相思资源网 Design By www.200059.com
广告合作:本站广告合作请联系QQ:858582 申请时备注:广告合作(否则不回)
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件! 如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
相思资源网 Design By www.200059.com

评论“aspJpeg图片水印有杂点的完美解决方法”

暂无aspJpeg图片水印有杂点的完美解决方法的评论...