Welcome to LEAD Support Forum Login | Register | Faq  

    LEAD Support Forum
  Resource to find answers and post technical questions about LEAD products.
Search    
   

Re: Combine two RasterImages with transparency
Started by delemed at 07-01-2008 4:11. Topic has 5 replies.

Print Search « Previous Thread Next Thread »
  07-01-2008, 4:11
delemed is not online. Last active: 10/16/2008 10:24:30 AM delemed

Top 150 Posts
Joined on 04-11-2008
Posts 19
Combine two RasterImages with transparency
Reply Quote
I use the CombineFast Command to copy one image over an other. How can I make the whole picture I wanna overlay a little bit transparent? I already used the OperationAverage Flag, but there are no possibilities to set the strongth of the transparency. How can I do this? Thanks for any hints...

   Report 
  07-01-2008, 10:58
Adam Boulad is not online. Last active: 11/13/2008 4:54:42 PM Adam Boulad



Top 10 Posts
Joined on 09-16-2007
Posts 492
Re: Combine two RasterImages with transparency
Reply Quote
You can use the AlphaBlendCommand Class which combines image data from two images and you can specify the value of the opacity.
Adam Boulad
LEADTOOLS Technical Support

   Report 
  07-02-2008, 8:19
delemed is not online. Last active: 10/16/2008 10:24:30 AM delemed

Top 150 Posts
Joined on 04-11-2008
Posts 19
Re: Combine two RasterImages with transparency
Reply Quote
Is this command in RasterImaging pro included. If not, is there a workaround?
   Report 
  07-02-2008, 10:40
Adam Boulad is not online. Last active: 11/13/2008 4:54:42 PM Adam Boulad



Top 10 Posts
Joined on 09-16-2007
Posts 492
Re: Combine two RasterImages with transparency
Reply Quote
Hello,
The AlphaBlendCommand is available in the Raster Imaging Pro toolkit. However, the support for 12 and 16-bit grayscale and 48 and 64-bit color images is only available in the Document/Medical toolkits.
Adam Boulad
LEADTOOLS Technical Support

   Report 
  07-03-2008, 4:32
delemed is not online. Last active: 10/16/2008 10:24:30 AM delemed

Top 150 Posts
Joined on 04-11-2008
Posts 19
Re: Combine two RasterImages with transparency
Reply Quote
In which dll do I find this Command (using VB.Net)? Thanks..

   Report 
  07-03-2008, 6:23
Adam Boulad is not online. Last active: 11/13/2008 4:54:42 PM Adam Boulad



Top 10 Posts
Joined on 09-16-2007
Posts 492
Re: Combine two RasterImages with transparency
Reply Quote
Normal 0 false false false MicrosoftInternetExplorer4 /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-parent:""; mso-padding-alt:0in 5.4pt 0in 5.4pt; mso-para-margin:0in; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:10.0pt; font-family:"Times New Roman"; mso-ansi-language:#0400; mso-fareast-language:#0400; mso-bidi-language:#0400;}

This functions is available in Leadtools.ImageProcessing.Effects.dll.
If you see the help topic for this command, you will see in the top of the help topic this string:
Leadtools.ImageProcessing.Effects Namespace : AlphaBlendCommand Class
This indicates where to find this function.


Adam Boulad
LEADTOOLS Technical Support

   Report 
Post
LEAD Support Fo... » Developer » Image Processin... » Re: Combine two RasterImages with transparency

Powered by Community Server, by Telligent Systems