Re: PNG interlace
Posted by
gouessej on
Dec 12, 2012; 10:29am
URL: https://forum.jogamp.org/PNG-interlace-tp4027479p4027482.html
Hi
Rather use TextureIO.newTexture(AWTTextureIO.newTextureData(GLProfile.getDefault(),bufferedImage,true)), load the image by yourself as a buffered image and it should work.