Hi,
I'm rather new to 4.4.0 programming, however, the following code:
QImage temp(":res/ta_only.bmp");
bool test=temp.hasAlphaChannel();
always sets test to false though there is an alpha channel in the 32-bit .bmp file and in a .png variant. I'm using GIMP to edit the file and alpha channel, and the alpha channel shows up clearly in the channel display.
FWIW, the image draws all white using drawTexture (using OpenGL for rendering).
Any help would be appreciated.
Matt
Bookmarks