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