Interface | Description |
---|---|
TextureProvider |
Plug-in interface to TextureIO to support reading OpenGL textures
from new file formats.
|
TextureWriter |
Plug-in interface to TextureIO to support writing OpenGL textures
to new file formats.
|
Class | Description |
---|---|
DDSImage |
A reader and writer for DirectDraw Surface (.dds) files, which are
used to describe textures.
|
DDSImage.ImageInfo |
Simple class describing images and data; does not encapsulate
image format information.
|
JPEGImage | |
LEDataInputStream |
Little Endian Data Input Stream.
|
LEDataOutputStream |
Little Endian Data Output Stream.
|
NetPbmTextureWriter | |
SGIImage |
Reads and writes SGI RGB/RGBA images.
|
TGAImage |
Targa image reader and writer adapted from sources of the Jimi image I/O class library.
|
TGAImage.Header |
This class reads in all of the TGA image header in addition it also
reads in the imageID field as it is convenient to handle that here.
|
Copyright 2010 JogAmp Community.