Confusion with PNG images and alpha transparancy
Posted: Sat Jun 21, 2008 4:18 pm
The help file is confusing me!
In the image overview section, it says:
Clues anyone?
In the image overview section, it says:
In LoadImage, it says:Linux: transparent PNG images can be used to enable transparency in the gadgets and toolbars images.
So far, so good. PNGs with the alpha channel are supported. However, then I come across this little nugget added onto the end of UsePNGDecoder:By default, the image depth will be 24 bits (or 32 bits, if the file supports alphablending informations, like PNG and TIFF).
And testing this also seems to be the case of the alpha chennel being ignored... Unless I'm missing something out of course.The PNG alphachannel information (if any) is ignored for now.
Clues anyone?