Image type classification.
Represents the data for an OpenGL texture.
TextureData newTextureData(final GLProfile glp, final InputStream stream, final int internalFormat, final int pixelFormat, final boolean mipmap, final String fileSuffix)
Produces a TextureData object from a stream, or returns null if the file format was not supported by ...
final ImageType[] getImageTypes()
Returns the known supported ImageTypes, or null if unknown.
Plug-in interface to TextureIO to support reading OpenGL textures from new file formats.