This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Wednesday, May 17, 2006 2:22:43 AM(UTC)
Groups: Registered
Posts: 49
Hi,
I'am using Leadtools 13.0 version. I'am using method ADDFrame() to add frame to the image.
For this as a frame i'am passing one transparent png file.Now the problem is when i save the image with frame applied to it it paints the transparent part with black background.So will you please tell me how to save the image without getting that black background for the transparent part.
And also is it possible to remove added frame of an image and to get original image
Thank you,
Manju
#2
Posted
:
Sunday, May 21, 2006 6:08:14 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
In the call to AddFrame, try passing True for the bUseMask parameter, and then pass black color for the crMask parameter.
If you apply a frame to an image, there is no function that can remove
it and restore the original image because the frame is part of the
image now.
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.