Very good watermark components, play the server people know, no longer repeat the introduction. I don't know. Please find the relevant description yourself.
Official website http://www.aspjpeg.com
Latest Version v1.801
Official Downloads:
Http://www.persits.com/aspjpeg.exe
The original 1.50 serial number can still be used for 1.801
The serial number is below, please look back.
To detect the successful registration method:
Save the following code as an ASP, copy it on the server, and open it in a browser to see the results returned.
<%
Set Jpeg=server.createobject ("Persits.jpeg")
Response.Write Jpeg.expires
' Detect the registration status of AspJpeg
' Registration success expires when: 9999-9-9
' Otherwise: installation date plus 1-month period
%>
Aspjpeg1.5 components Download and install Aspjpeg1.5 download and install
Today on the internet found aspjpeg out a new version 1.5, download to use a bit:
The aspjpeg1.5 installation interface looks much better and can be installed under windows2003.
Installation prompts to enter the serial number, no is left blank, I temporarily input 12345-67890-12345, first look at his DLL can be as aspjpeg1.3 as direct use. Installation prompts to reboot the IIS service, select No, the registration component generally does not need to be reset.
Supports JPEG, GIF, BMP, TIFF, PNG format. The output format is JPEG.
The input source can be a disk, memory, or Recordset (Recordset).
Pictures can be exported to disk, memory, or HTTP streams.
Supports three ways to change size: Nearest-neighbor, bilinear, and Bicubic.
You can add pictures or text on top of a picture.
Support figure in diagram.
Supports replication, inversion, rotation, sharpening, and grayscale adjustment.
You can adjust the compression ratio to get the best output effect and size.
Extract EXIF and IPTC data from JPEG images.
Installation components:
If you have previously installed other versions of AspJpeg, you need to stop IIS (net stop iisadmin/y), uninstall the original component (Regsvr32/u C:/windows/system32/aspjpeg.dll), and then restart IIS (net Start w3svc)
Copy Aspjpeg.dll to System file plus system32 directory from aspjpeg1.5 installation directory
Run regsvr32 c:/windows/system32/aspjpeg.dll (change your directory according to your system)
AspJpeg's documentation says the official serial number is required for normal use, if there is an input serial number during installation
Run the following command in ASP to change the serial number (if you have not entered it, you need to add the following key in the registry: Hkey_local_machinesoftwarepersits Softwareaspjpegregkey)
Program code: [Copy Code] [run code]
Set Jpeg = Server.CreateObject ("Persits.jpeg")
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.