ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 TIEImageLayer Supports Transparency + Opacity

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
john_siggy@yahoo.com Posted - Oct 18 2019 : 15:18:13
Attached please find a picture of a TImageEnView with three little pictures over it. The first little image on the left is not transparent or opaque. The second image is transparent and the third is both transparent and Opaque.

So your library supports all three situations. I would like to paint a bitmap from a TIEImageLayer that is both transparent and opaque;

Stretchdraw can paint a transparent bitmap
DrawTransparentBitmap paints a opaque bitmap

Is there a way to combine these two operations ???


3   L A T E S T    R E P L I E S    (Newest First)
john_siggy@yahoo.com Posted - Oct 18 2019 : 21:48:40
Thanks Nigel, worked like a charm...
xequte Posted - Oct 18 2019 : 16:41:05
Hi

Please use one of the TIEBitmap draw methods, such as:

https://www.imageen.com/help/TIEBitmap.RenderToTIEBitmapEx.html

Nigel
Xequte Software
www.imageen.com
john_siggy@yahoo.com Posted - Oct 18 2019 : 15:24:25
Don't want to merge layers as application requires greater speed.