This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Tuesday, June 28, 2005 4:59:34 AM(UTC)
Groups: Registered
Posts: 4
Hi, I'm again.
I need required, before the save the file resize to size minor to reduce the weight.
since I do it?
I'm using ASP 3.0 and COM component.
Note: this process one becomes in the Client PC with VBScript.
#2
Posted
:
Tuesday, June 28, 2005 11:14:18 PM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
Please see the attached ASP page that loads an image, resizes it to
half size and saves it to disk. It uses LEADTOOLS 14, but if you
are using another version you can change the ProgId in the calls to
CreateObject. If this doesn't answer your question let me know.
Bashar Abdulqaiyume
LEAD Technologies, Inc.
#3
Posted
:
Thursday, June 30, 2005 4:35:57 AM(UTC)
Groups: Registered
Posts: 4
you have an example for LEADTOOLS 13?
thanks
#4
Posted
:
Thursday, June 30, 2005 5:30:06 AM(UTC)
Groups: Registered, Tech Support
Posts: 1,326
Was thanked: 1 time(s) in 1 post(s)
Hello,
Try to change the CreateObject functions to the following
==============================================
Set RasterObj = Server.CreateObject("LEADRaster.LEADRaster.130")
Set RasterIO = Server.CreateObject("LEADRasterIO.LEADRasterIO.130")
Set RasterProc = Server.CreateObject("LEADRasterProcess.LEADRasterProcess.130")
==============================================
Thanks,
Maen Badwan
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.