Class | Description |
---|---|
AviCreator | |
CRCEncoder | |
DCT | |
GifEncoder |
GifEncoder extensively modified for Jmol by Bob Hanson
-- much simplified interface with ImageEncoder
-- uses simple Hashtable with Integer()
-- adds adaptive color reduction to generate 256 colors
Reduction algorithm simply removes lower bits of red, green, and blue
one at a time until the number of sets is <= 256.
|
Huffman | |
ImageEncoder |
Generic abstract image creator:
(1) set parameters
(2) encode the image bytes, if necessary
(3) generate the image
|
JpegObj | |
Jpg64Encoder | |
JpgEncoder |
JpegEncoder - The JPEG main program which performs a jpeg compression of an
image.
|
PdfEncoder |
A relatively primitive PDF generator that just makes a document with an image
in it.
|
PngEncoder |
Modified by Bob Hanson hansonr@stolaf.edu to be a subclass of ImageEncoder
and to use javajs.util.OutputChannel instead of just returning bytes.
|
PpmEncoder |
see http://netpbm.sourceforge.net/doc/ppm.html
|