Tagged Questions
1
vote
5answers
2k views
How to remove black background from textures in OpenGL
I'm looking for a way to remove the background of a 24bit bitmap, while keeping the main image totally opaque, up until now blending has served the purpose but now I need to keep the main bit opaque. ...