Class Summary |
AnimGifDecoder |
This class allows quick decoding of GIF images into BufferedImages. |
AnimGifEncoder |
This class can be used to write an animated GIF file by combining several
images. |
BColorQuantizer |
|
BellFilter |
Implements the Bell filter. |
BoxFilter |
Box filter implementation |
ColorQuantize |
|
GifHandlerBase |
Part of the GIF encoder, this class is the base class for each specialized
BufferedImage writer. |
GifImaMeta |
Helper for the decoder; this contains data pertaining to the GIF image header. |
GifIndexedHandler |
Part of the Animated Gif Decoder, this class known about the 8-bit Java
BufferedImage formats that fit the GIF format best - the TYPE_BYTE_INDEXED
format. |
HermiteFilter |
Hermite filter implementation |
ImageSubsampler |
Subsamples an image to create a smaller (or larger(!)) image. |
ImaTool |
This static utility class has a lot of image-related helper functions. |
Lanczos3Filter |
Lanczos3 filter implementation. |
MitchellFilter |
Mitchell filter implementation |
ResamplerFilter |
Base class for all resampler filters. |
SlowSampler |
Deprecated. Use ImageSubsampler class instead. |
SplineFilter |
Spline filter implementation |
TriangleFilter |
Triangle (linear/bilinear) filter implementation |