文件名称:图片上传添加水印简单类实现
文件大小:227KB
文件格式:RAR
更新时间:2013-06-10 06:23:57
图片上传 水印
图片上传添加水印简单类实现 有以下方法 FileUploadImg.SaveAs(webFilePath); // 使用 SaveAs 方法保存文件 UpLoadImgs.AddWater(webFilePath, webFilePath_sy, "www.23723.Cn"); // 使用 AddWater 方法保存文件 UpLoadImgs.AddWaterPic(webFilePath, webFilePath_syp, webFilePath_sypf); // 使用 AddWaterPic 方法保存文件 UpLoadImgs.MakeThumbnail(webFilePath, webFilePath_s, 130, 130, "Cut"); // 生成缩略图方法
【文件预览】:
ImagesSolution
----ImagesSolution.suo(13KB)
----ImagesSolution.sln(2KB)
----UpLoadImg()
--------UpLoadImgs.cs(6KB)
--------bin()
--------UpLoadImg.csproj.user(168B)
--------obj()
--------Properties()
--------UpLoadImg.csproj(2KB)
----Web()
--------Web.csproj.user(1KB)
--------bin()
--------Web.config(1KB)
--------obj()
--------Properties()
--------ImgUpload()
--------Default.aspx(808B)
--------WaterPic()
--------Default.aspx.cs(5KB)
--------Default.aspx.designer.cs(2KB)
--------Web.csproj(4KB)