Class Summary |
AlphaMultiplyEncoder |
Implementation of ImageEncoder that runs an image through an AlphaMultiplyFilter
before passing it to an encoder. |
DefaultGIFEncoder |
This class only exists so that we can do deferred instantiation of
the default OctreeEncoder/OracleGIFEncoder - it provides the no-arg
constructor that we need for deferred instantiation. |
DefaultPNGEncoder |
This class only exists so that we can do deferred instantiation of
the default PNG encoder - it provides the no-arg
constructor that we need for deferred instantiation. |
ImageEncoderManager |
ImageEncoderManager maintains a registry of image encodings. |
OctreeEncoder |
Implementation of ImageEncoder that runs an image through an OctreeFilter
before passing it to an encoder. |
OracleGIFEncoder |
ImageEncoder implementation for the Oracle GIF encoder. |