Axel Wefers
Results
1
issues of
Axel Wefers
Reading a two channel PNG (greyscale + alpha) via ImageIO::loadSTB() strips the alpha channel. In ImageIO.cpp: static Image * loadSTB(Stream & s) { // ... int w, h, n; uint8...