IMAGE_SetBitmap doesn't work with alpha image

    This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

    • IMAGE_SetBitmap doesn't work with alpha image

      Hi, I converted an image which have alpha channel by BmpCvtST.exe. When I try to display image with IMAGE_SetBitmap, fully transparent section of image seems black, half transparent section of image seems ~yellow and non-transparent areas seams fully transparent. How can I fix the issue. By the way If I use IMAGE_SetBitmap function with an image which havent alpha channel it seams as expected.

      Thanks in advance.