Okay, that makes sense.
Is there any way to find out if there actually was an alphachannel or not, or to make sure, that the alphachannel value is always >0 for such a textures pixels?
I could of course just check all pixels of a texture and decide that there is no alphachannel, if their alpha values are all 0, but I guess, that such an approach is quite slow.