Link to home
Start Free TrialLog in
Avatar of Keijo
Keijo

asked on

Alpha channels in graphics

I need to find a graphics plug-in (commercial or shareware) that has support for a multi-bit alpha channel in Delphi. Any good suggestions?
Avatar of wmckie
wmckie

Try this web site:

http://www.jps.net/gfody/

there are a couple of image components TFastImg and TAlphaImg, that may help you.

Cheers - Walter McKie
or you could make you own, you just need have *two* bitmaps, a 24bit & a 8bit.  Checkout the bitBlt parameters for drawing options, and (for special cases) maskBlt



GL
Mike
ASKER CERTIFIED SOLUTION
Avatar of martintr
martintr

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Keijo

ASKER

Thanks martintr, exactly what I was looking for!
Glad to help.