You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix reading 16-bit (5551) tga images. According to Wikipedia "if the pixel depth is 16 bits, the topmost bit is reserved for transparency." Note that it says transparency and not opacity. Opacity is normally how an alpha channel is interpreted but I've changes the reading code to treat the 1-bit alpha channel as transparency. A zero yields no transparency (i.e. fully opaque).
0 commit comments