<%
Class ImgWHInfo '取得圖片寬度和高度的類,支援JPG,GIF,PNG,BMP
暗淡ASO
私有子類別_初始化
設定 ASO=Server.CreateObject("ADODB.Stream")
ASO.模式=3
ASO.型別=1
ASO開放
結束子
私有子類別_終止
錯誤清除
設定 ASO=無
結束子
私有函數 Bin2Str(Bin)
昏暗的我,Str
對於 I=1 到 LenB(Bin)
克勞=MidB(Bin,I,1)
如果 ASCB(clow)<128 則
Str = Str & Chr(ASCB(克洛))
別的
我=我+1
如果 I <= LenB(Bin) 則 Str = Str & Chr(ASCW(MidB(Bin,I,1)&clow))
結束如果
下一個
Bin2Str = Str
結束功能
私有函數 Num2Str(Num,Base,Lens)
昏暗的雷特
雷特=“”
while(Num>=Base)
Ret = (Num Mod Base) & Ret
Num = (Num - Num Mod Base)/基礎
文德
Num2Str = Right(String(鏡頭,"0") & Num & Ret,鏡頭)
結束功能
私有函數 Str2Num(Str,Base)
昏暗的雷特,我
保留 = 0
對於 I=1 至 Len(Str)
Ret = Ret *base + Cint(Mid(Str,I,1))
下一個
Str2Num=Ret
結束功能
私有函數 BinVal(Bin)
昏暗的雷特,我
保留 = 0
對於 I = LenB(Bin) 至 1 步驟 -1
Ret = Ret *256 + AscB(MidB(Bin,I,1))
下一個
BinVal=Ret
結束功能
私有函數 BinVal2(Bin)
昏暗的雷特,我
保留 = 0
對於 I = 1 至 LenB(Bin)
Ret = Ret *256 + AscB(MidB(Bin,I,1))
下一個
BinVal2=Ret
結束功能
私有函數 GetImageSize(filespec)
暗淡bFlag
昏暗的雷特(3)
ASO.LoadFromFile(檔案規格)
bFlag=ASO.Read(3)
選擇案例十六進位(binVal(bFlag))
案例“4E5089”:
ASO.閱讀(15)
ret(0)=“PNG”
ret(1)=BinVal2(ASO.Read(2))
ASO.讀取(2)
ret(2)=BinVal2(ASO.Read(2))
案例“464947”:
ASO. 讀取(3)
ret(0)=“gif”
ret(1)=BinVal(ASO.Read(2))
ret(2)=BinVal(ASO.Read(2))
案例“535746”:
ASO. 讀取(5)
binData=ASO.Read(1)
sConv=Num2Str(ascb(binData),2 ,8)
nBits=Str2Num(左(sConv,5),2)
sConv=中(sConv,6)
而(len(sConv)<nBits*4)
binData=ASO.Read(1)
sConv=sConv&Num2Str(AscB(binData),2 ,8)
文德
ret(0)=“SWF”
ret(1)=Int(Abs(Str2Num(Mid(sConv,1*nBits+1,nBits),2)-Str2Num(Mid(sConv,0*nBits+1,nBits),2))/20)
ret(2)=Int(Abs(Str2Num(Mid(sConv,3*nBits+1,nBits),2)-Str2Num(Mid(sConv,2*nBits+1,nBits),2))/20)
案例“FFD8FF”:
做
執行: p1=binVal(ASO.Read(1)):當 p1=255 而非 ASO.EOS 時循環
如果 p1>191 且 p1<196 則退出 Do Else ASO.read(binval2(ASO.Read(2))-2)
Do:p1=binVal(ASO.Read(1)):當 p1<255 且不是 ASO.EOS 時循環
當 True 時循環
ASO.讀取(3)
ret(0)=“JPG”
ret(2)=binval2(ASO.Read(2))
ret(1)=binval2(ASO.Read(2))
其他情況:
如果 left(Bin2Str(bFlag),2)="BM" 那麼
ASO.閱讀(15)
ret(0)=“BMP”
ret(1)=binval(ASO.Read(4))
ret(2)=binval(ASO.Read(4))
別的
轉折(0)=“”
結束如果
結束選擇
ret(3)="寬度=""" & ret(1) &""" 高度=""" & ret(2) &""""
取得影像大小=ret
結束功能
公共函數 imgW(IMGPath)
暗淡 FSO、IMGFile、FileExt、Arr
設定 FSO = Server.CreateObject("Scripting.FileSystemObject")
如果 (FSO.FileExists(IMGPath)) 那麼
設定 IMGFile = FSO.GetFile(IMGPath)
FileExt=FSO.GetExtensionName(IMGPath)
選擇案例檔案副檔名
案例「gif」、「bmp」、「jpg」、「png」:
Arr=GetImageSize(IMGFile.Path)
imgW = 到達(1)
結束選擇
設定 IMGFile=無
別的
圖像W = 0
結束如果
設定 FSO=無
結束功能
公共函數 imgH(IMGPath)
暗淡 FSO、IMGFile、FileExt、Arr
設定 FSO = server.CreateObject("Scripting.FileSystemObject")
如果 (FSO.FileExists(IMGPath)) 那麼
設定 IMGFile = FSO.GetFile(IMGPath)
FileExt=FSO.GetExtensionName(IMGPath)
選擇案例檔案副檔名
案例「gif」、「bmp」、「jpg」、「png」:
Arr=getImageSize(IMGFile.Path)
imgH = 到達(2)
結束選擇
設定 IMGFile=無
別的
圖像高 = 0
結束如果
設定 FSO=無
結束功能
結束類別
IMGPath="Test.jpg"
設定 PP = 新 ImgWHInfo
W = PP.imgW(伺服器.Mappath(IMGPath))
H = PP.imgH(伺服器.Mappath(IMGPath))
設定 pp = 無
Response.Write("<img src='"&IMGPath&"' border=0><br>寬:"&W&";高:"&H)
%>