Re: PNG interlace
Posted by asambol on Apr 23, 2013; 7:00am
URL: https://forum.jogamp.org/PNG-interlace-tp4027479p4029000.html
Are there any alternatives for TextureIO.newTexture(AWTTextureIO.newTextureData(GLProfile.getDefault(),bufferedImage,true)) for Android?
Android doesn't have AWTTextureIO and I don't see a way to convert my BufferedImage to TextureData.
If I load the texture directly, without BufferedImage, transparency doesn't work. Textures are in PNG format.