| java.lang.Object Acme.JPM.Encoders.ImageEncoder Acme.JPM.Encoders.GifEncoder
Method Summary | |
void | BumpPixel() | void | GIFEncode(OutputStream outs, int Width, int Height, boolean Interlace, byte Background, int Transparent, int BitsPerPixel, byte[] Red, byte[] Green, byte[] Blue) | int | GIFNextPixel() | byte | GetPixel(int x, int y) | final int | MAXCODE(int n_bits) | void | Putbyte(byte b, OutputStream outs) | void | Putword(int w, OutputStream outs) | void | char_init() | void | char_out(byte c, OutputStream outs) | void | cl_block(OutputStream outs) | void | cl_hash(int hsize) | void | compress(int init_bits, OutputStream outs) | void | encodeDone() | void | encodePixels(int x, int y, int w, int h, int[] rgbPixels, int off, int scansize) | void | encodeStart(int width, int height) | void | flush_char(OutputStream outs) | void | output(int code, OutputStream outs) | static void | writeString(OutputStream out, String str) |
BITS | final static int BITS(Code) | | |
HSIZE | final static int HSIZE(Code) | | |
Interlace | boolean Interlace(Code) | | |
WidthHeight | int WidthHeight(Code) | | |
clear_flg | boolean clear_flg(Code) | | |
g_init_bits | int g_init_bits(Code) | | |
maxmaxcode | int maxmaxcode(Code) | | |
rgbPixels | int[][] rgbPixels(Code) | | |
widthheight | int widthheight(Code) | | |
BumpPixel | void BumpPixel()(Code) | | |
GIFEncode | void GIFEncode(OutputStream outs, int Width, int Height, boolean Interlace, byte Background, int Transparent, int BitsPerPixel, byte[] Red, byte[] Green, byte[] Blue) throws IOException(Code) | | |
MAXCODE | final int MAXCODE(int n_bits)(Code) | | |
char_init | void char_init()(Code) | | |
cl_hash | void cl_hash(int hsize)(Code) | | |
encodePixels | void encodePixels(int x, int y, int w, int h, int[] rgbPixels, int off, int scansize) throws IOException(Code) | | |
Methods inherited from Acme.JPM.Encoders.ImageEncoder | public synchronized void encode() throws IOException(Code)(Java Doc) abstract void encodeDone() throws IOException(Code)(Java Doc) abstract void encodePixels(int x, int y, int w, int h, int[] rgbPixels, int off, int scansize) throws IOException(Code)(Java Doc) abstract void encodeStart(int w, int h) throws IOException(Code)(Java Doc) public void imageComplete(int status)(Code)(Java Doc) public void setColorModel(ColorModel model)(Code)(Java Doc) public void setDimensions(int width, int height)(Code)(Java Doc) public void setHints(int hintflags)(Code)(Java Doc) public void setPixels(int x, int y, int w, int h, ColorModel model, byte[] pixels, int off, int scansize)(Code)(Java Doc) public void setPixels(int x, int y, int w, int h, ColorModel model, int[] pixels, int off, int scansize)(Code)(Java Doc) public void setProperties(Hashtable props)(Code)(Java Doc)
|
|
|