谁用过wsImage组件?
是这样的,下载了个wsImage 3.0版本的组件,把组件注册后,运用它,代码如下:
<%
set obj=server.CreateObject( "wsImage.Resize ")
obj.LoadSoucePic server.mappath( "25.jpg ")
obj.GetSourceInfo iWidth,iHeight
response.write "图片宽度: " & iWidth & " <br> "
response.write "图片高度: " & iHeight & " <br> "
strError=obj.errorinfo
if strError <> " " then
response.write obj.errorinfo
end if
obj.free
set obj=nothing
%>
为何会提示我 "尊敬的用户,你使用的是试用版,已经过期,请联系程序供应商,获取正版! "?
哪里有正式版下载呢?谢谢!
------解决方案--------------------你这个就是正版的.他们会在DLL里加试用期限. 你把系统时间往前调整一下就可以用了.或者联系他们客服
------解决方案--------------------wsimage是收费的,建议使用aspjpeg,免费的,不过效果比wsimage差点,但也能实现想要的效果