Package com.lowagie.text.pdf.codec

Class Summary
Base64 Encodes and decodes to and from Base64 notation.
Base64.InputStream A Base64.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 Base64.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  
TIFFConstants A baseline TIFF reader.
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.
TiffImage Reads TIFF images
TIFFLZWDecoder A class for performing LZW decoding.