asp上传的图片按比列截取图片中间部分在压缩成小图!!
请问老鸟们!!
asp 可以实现
上传的图片
按比列截取图片中间部分在压缩成小图!吗!!
我用的是 ASPJpeg 这个组件(好象只能压缩图片!不能先截取图片中间部分再压缩)
可以实现以上功能吗!!
如果能给下方法!!谢了
'==============生成小图=========================
function save_simg(imgpath,width,aheight,safepath)
Set Jpeg = Server.CreateObject( "Persits.Jpeg ") '调用组件
Path = Server.MapPath( " "&imgpath& " ") '待处理图片路径
Jpeg.Open Path '打开图片
Jpeg.Width = " "&width& " "
Jpeg.Height = " "&aheight& " "
Jpeg.Save Server.MapPath ( " "&safepath& " ") ' 保存
Jpeg. close
Set Jpeg = Nothing
end function
------解决方案--------------------可以
------解决方案--------------------缩小图可以实现,中间怎么截取?
------解决方案--------------------可以的。
自己写个组件就成了。
JF
------解决方案--------------------http://www.wave12.com/web/home.asp缩略图水印组件wsImage3.5