that would be wonderfull....
I have try:
TPngImage,TPngObject from {Gustavo Huffenbacher Daud (
gustavo.daud@terra.com.br) }
that's work great, but you can not draw on the surface, because this is call like a graphic stuff
GraphicEx:
well doesn't handle the transparency...
GDI+
Work well: it can load a png file, keep the transparency, convert to a bitmap, and i can modify the background via tcanvas.
The problem is the same than your: when you call 2 png, and we you try to blend it, the transparency is kept for the center of the circle...
opengl
well, so fare, i wasn't able to load a png image lol
vampyre:
the best for now: can load and keep the background, can be modify also, but no blending....
If you have any suggestions for png transparent in delphi.....
( i have try with c# visual 2008, the blending is direct, perfect..... )