Hi
It should work with TextureIO.newTexture(); if it doesn't, it's a bug. I think that the PNG decoder does not support a particular format, 0x1404 matches with INT data type (there are 9 data type formats). You can use javax.imageio.ImageIO (to create a BufferedImage) and AWTTextureData to work around this limitation.