Package net.jmge.gif

Class Summary

DirectGif89FrameInstances of this Gif89Frame subclass are constructed from RGB image info, either in the form of an Image object or a pixel array.
Gif89EncoderThis 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.
Gif89FrameFirst off, just to dispel any doubt, this class and its subclasses have nothing to do with GUI "frames" such as java.awt.Frame.
IndexGif89FrameInstances 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.