This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Friday, February 29, 2008 7:47:46 PM(UTC)
Groups: Registered
Posts: 3
The following ASP Code does not seem to do anything to my image.
result = RasterProc.AntiAlias (Raster, 128, 3, ANTIALIAS_2)
Anybody had any ideas?
Thanks ahead!
#2
Posted
:
Sunday, March 2, 2008 3:52:51 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
Can you tell me which version
of LEADTOOLS you are using? Does this behavior happen on all images or on a
specific image? Can you send me some image samples?
Did you define ANTIALIAS_2 to
be 1? Scripting languages do not import COM type library constant values like
higher level environment.
If you decided to send me images, please put them in a
ZIP or RAR file first.
#3
Posted
:
Sunday, March 2, 2008 12:17:27 PM(UTC)
Groups: Registered
Posts: 3
It worked. There were several things I did not do right...
I did change ANTIALIAS_2 to be 1 at one point and it did not work because of something else. Then I changed it back...
I've always suspected that none of the constants work in my scripts. I am glad that you cleared that out for me.
Thanks a lot!
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.