PNG interlace
Posted by Jeffg on Dec 11, 2012; 10:35pm
URL: https://forum.jogamp.org/PNG-interlace-tp4027479.html
Any idea when PNG interlace will be supported. All my images are interlaced (PNG Crusher i expect) and I keep getting this:
jogamp.opengl.util.pngj.PngjUnsupportedException: PNG interlaced not supported by this library
Any way to get around this? I'm using this...
InputStream is;
is = ...
mytexture = AWTTextureIO.newTexture(is, true, "png");