which is cool, but since the image has to be converted anyway, why not simply have the option to convert it directly to 32bit and add a transparent background color? or the other way around, get rid of the alpha channel from a 32bit image and force 24bit.Help wrote:When an image is loaded, it is converted either in 24-bit (if the image depth is less or equal to 24-bit) or in 32-bit (if the image has an alpha-channel).
Code: Select all
LoadImage(#Image, FileName$ [, Depth [, BackColor]])
CatchImage(#Image, *Memory [, Size [, Depth [, BackColor]]])
c ya,
nco2k