|
Class Summary |
| GifEncoder |
GifEncoder is a java class which takes as image(-s), encodes and saves it(them) out to a file or output stream
using the GIF file format (GIF89a version).
|
| GifFrame |
An instance of this class is used as a container to aggregate and encode the gif format specific
information about a single image frame. |
| GifImage |
An instance of this java class is used to represent a gif image as
a sequence of one or more frames (instances of GifFrame class) and to
contain the next general gif specific parameters:
Logical Screen Descriptor - The Logical Screen Descriptor contains the parameters
necessary to define the area of the display device within which the
images will be rendered. |
| ImageUtils |
This class containts some useful image processing methods. |