Class Summary | |
---|---|
Base64 |
Encodes and decodes to and from Base64 notation. Homepage: http://iharder.net/base64. Change Log:
|
Base64.InputStream | A InputStream will read data from another java.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly. |
Base64.OutputStream | A OutputStream will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly. |
BmpImage | Reads a BMP image. |
CCITTG4Encoder | Encodes data in the CCITT G4 FAX format. |
GifImage | Reads gif images of all types. |
GifImage.GifFrame | |
PngImage | Reads a PNG image. |
PngImage.NewByteArrayOutputStream | |
TiffImage | Reads TIFF images |
TIFFConstants | A list of constants used in class TIFFImage. |
TIFFDirectory | A class representing an Image File Directory (IFD) from a TIFF 6.0 stream. |
TIFFFaxDecoder | |
TIFFField | A class representing a field in a TIFF 6.0 Image File Directory. |
TIFFLZWDecoder | A class for performing LZW decoding. |