Package j2d.io.gif.gifAnimation

Class Summary
DirectGif89Frame Instances of this Gif89Frame subclass are constructed from RGB image info, either in the form of an Image object or a pixel array.
Gif89Encoder This is the central class of a JDK 1.1 compatible GIF encoder that, AFAIK, supports more features of the extended GIF spec than any other Java open source encoder.
Gif89Frame First off, just to dispel any doubt, this class and its subclasses have nothing to do with GUI "frames" such as java.awt.Frame.
GifPixelsEncoder  
IndexGif89Frame Instances of this Gif89Frame subclass are constructed from bitmaps in the form of color-index pixels, which accords with a GIF's native palettized color model.