<%@LANGUAGE="VBSCRIPT" CODEPAGE="
<%
Response
Pic = Request("p")
PointX = CInt(Request("x"))
PointY = CInt(Request("y"))
CutWidth = CInt(Request("w"))
CutHeight = CInt(Request("h"))
PicWidth = CInt(Request("pw"))
PicHeight = CInt(Request("ph"))
Set Jpeg = Server
Jpeg
縮放切割圖片
Jpeg
Jpeg
Jpeg
輸出圖片
Response
Jpeg
%>
From:http://tw.wingwit.com/Article/program/ASP/201311/21783.html