All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----picture.ImageEncoder
|
+----picture.GifEncoder
Fetch the software.
Fetch the entire Acme package.
private boolean interlace
int width
int height
int rgbPixels[][]
IntHashtable colorHash
int Width
int Height
boolean Interlace
int curx
int cury
int CountDown
int Pass
static final int EOF
static final int BITS
static final int HSIZE
int n_bits
int maxbits
int maxcode
int maxmaxcode
int htab[]
int codetab[]
int hsize
int free_ent
boolean clear_flg
int g_init_bits
int ClearCode
int EOFCode
int cur_accum
int cur_bits
int masks[]
int a_count
byte accum[]
public GifEncoder(Image img,
OutputStream out) throws IOException
public GifEncoder(Image img,
OutputStream out,
boolean interlace) throws IOException
public GifEncoder(ImageProducer prod,
OutputStream out) throws IOException
public GifEncoder(ImageProducer prod,
OutputStream out,
boolean interlace) throws IOException
void encodeStart(int width,
int height) throws IOException
void encodePixels(int x,
int y,
int w,
int h,
int rgbPixels[],
int off,
int scansize) throws IOException
void encodeDone() throws IOException
byte GetPixel(int x,
int y) throws IOException
static void writeString(OutputStream out,
String str) throws IOException
void GIFEncode(OutputStream outs,
int Width,
int Height,
boolean Interlace,
byte Background,
int Transparent,
int BitsPerPixel,
byte Red[],
byte Green[],
byte Blue[]) throws IOException
void BumpPixel()
int GIFNextPixel() throws IOException
void Putword(int w,
OutputStream outs) throws IOException
void Putbyte(byte b,
OutputStream outs) throws IOException
final int MAXCODE(int n_bits)
void compress(int init_bits,
OutputStream outs) throws IOException
void output(int code,
OutputStream outs) throws IOException
void cl_block(OutputStream outs) throws IOException
void cl_hash(int hsize)
void char_init()
void char_out(byte c,
OutputStream outs) throws IOException
void flush_char(OutputStream outs) throws IOException
All Packages Class Hierarchy This Package Previous Next Index