Welcome Guest! To enable all features, please Login or Register.

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Tuesday, July 3, 2012 5:30:17 AM(UTC)
camera2canvas

Groups: Registered
Posts: 5


How can I create a transparent layer over an image or create a duplicate layer of the image for editing without changing the original layer?
 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

#2 Posted : Wednesday, July 4, 2012 5:20:19 AM(UTC)
Maen Hasan

Groups: Registered, Tech Support
Posts: 1,326

Was thanked: 1 time(s) in 1 post(s)

You can create an annotation stamp object over the original image and assign a copy of the original image to the annotation stamp object.
The annotation stamp object gives you the ability to specify a transparent color (for example, if the background of the image is white, you can set white as transparent color).
The details depend on the programming interface (C DLL, .Net classes, etc.) that you use. For example, if you are using LEADTOOLS .Net classes, you can use the AnnStampObject class. For more information, please see the following page:
http://www.leadtools.com/help/leadtools/v175/dh/an/leadtools.annotations~leadtools.annotations.annstampobject.html

Also, PSD files support layers and you can add the layers to a RasterImage object and then save them using the RasterCodecs.SavePsdWithLayers() Method. Note that you can specify layers information by using the CodecsPsdLayerInfo class. There are different options for each layer, including features for opacity and transparency.
For details, see http://www.leadtools.com...sdlayerinfo_members.html

Note: These links are valid at time of posting this reply.

Thanks,
Maen Badwan
LEADTOOLS Technical Support
 
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.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.042 seconds.