一聚教程网:一个值得你收藏的教程网站

最新下载

热门教程

aspjpeg缩小图片的组件使用介绍(1)

时间:2008-01-18 编辑:简简单单 来源:一聚教程网

AspJpeg 1.1 Programmer's ManualCopyright (c) 2000 Persits Software, Inc.
All Rights Reserved.
This software is based in part on the work of the Independent JPEG Group (IJG)
What is AspJpeg? AspJpeg is an active server component that creates resized versions of JPEG images. AspJpeg enables your ASP application to dynamically create high-quality thumbnails of images in just a few lines of code.
This component can be used in tandem with AspUpload, the leading file upload component from Persits Software, Inc., to create thumbnails of images as they are being uploaded. System Requirements Windows 95/98/NT/2000 and
IIS 4.0+ and ASP or
Visual Basic 5.0+ or
Visual C++ 5.0+ or
any development environment supporting COM. Installation The setup application aspjpeg.exe sets up and registers the AspJpeg component along with documentation and samples in a directory of your choice. To install AspJpeg on another computer, it is sufficient to copy the file aspjpeg.dll to the other system and register it there using the regsvr32 command-line utility as follows:
c:>regsvr32 c:pathaspjpeg.dll
If that machine was already running an older version of the component, you should shut down and restart the IIS services to remove the old version of the DLL from memory, as follows:
c:>net stop iisadmin /y
c:>net start w3svc
The setup installs a 30-day evaluation copy of the AspJpeg component. The evaluation version is fully functional, i.e. no features are disabled or limited. After 30 days, the component will start throwing an expiration error unless/until a registration key is installed. A registration key can be purchased at the www.aspupload.com web site. Once a key is obtained, you can import it into the system registry without re-installing the component. Your web server does not need to be shut down. Getting Started The AspJpeg.exe[/B] setup application attempts to create the virtual directory /AspJpeg on top of the targetdirSamples directory of the installation. Make sure it has been created successfully. If necessary, recreate it manually using File Explorer:

热门栏目