Re: Texture Problem (probably gl.glTexImage2D)
Posted by
gouessej on
Jun 02, 2015; 3:24pm
URL: https://forum.jogamp.org/Texture-Problem-probably-gl-glTexImage2D-tp4034564p4034585.html
You can use TextureIO.newTextureData() instead of ImageIO, it is generally faster and more cross-platform. Moreover, some kinds of JPEG images aren't supported by ImageIO whereas they are supported by our TextureIO.