On Mon, 27 Feb 2006 12:32:43 +0200
"Graeme Geldenhuys" <[EMAIL PROTECTED]> wrote:

> Hi,
> 
> I see lazarus can read and display png file.  However, Lazarus doesn't
> seem to support the blending effect that png files support.  By
> blending I mean the shadow in a png file, etc...

If this needs alpha transparency, then I guess, it will be difficult.
fpImage can read the full alpha information, but TBitmap only supports
on/off transparency, so the LCL cuts it off. To get alpha, you have to paint
yourself.


> Is there a packages or unit I can load to give me that support?  I see
> FPC has a libPNG package, but not sure how to use it yet.


Mattias

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to