A B C D E F G I L M O Q R S T W

E

ExactQuantizer - class com.gif4j.quantizer.ExactQuantizer.
Java implementation of Wu's Color Quantizer algorithm (see Graphics Gems vol.
ExactQuantizer() - Constructor for class com.gif4j.quantizer.ExactQuantizer
 
encode(GifImage, OutputStream) - Static method in class com.gif4j.GifEncoder
Encode and write out the data contained in the GifImage to the specified output stream in the GIF image file format ('89a' version).
encode(GifImage, OutputStream, boolean) - Static method in class com.gif4j.GifEncoder
Encode and write out the data contained in the GifImage to the specified output stream in the GIF file format ('89a' version).
encode(GifImage, File) - Static method in class com.gif4j.GifEncoder
Encode and write out the data contained in the GifImage to a File in the GIF output format ('89a' version).
encode(GifImage, File, boolean) - Static method in class com.gif4j.GifEncoder
Encode and write out the data contained in the GifImage to a File in the GIF output format ('89a' version).
encode(BufferedImage, OutputStream) - Static method in class com.gif4j.GifEncoder
Encode and write out the data contained in the BufferedImage to the specified output stream in the GIF image file format ('89a' version).
encode(BufferedImage, DataOutput) - Static method in class com.gif4j.GifEncoder
Encode and write out the data contained in the BufferedImage to the specified data output in the GIF image file format ('89a' version).
encode(BufferedImage, File) - Static method in class com.gif4j.GifEncoder
Encode and write out the data contained in the BufferedImage to a File in the GIF output format ('89a' version).
exactRequantize(GifImage, int, int) - Static method in class com.gif4j.GifTransformer
Requantize frames of the GIF image using the specified quantizer mode to the specified number of colors.

A B C D E F G I L M O Q R S T W