Package javajs.img
package javajs.img
-
ClassesClassDescriptionsrc: http://www.javaworld.com/article/2077542/learn-java/java-tip-43--how-to- read-8--and-24-bit-microsoft-windows-bitmaps-in-java-applications.html see also: http://en.wikipedia.org/wiki/BMP_file_format Modified by Bob Hanson hansonr@stolaf.eduGifEncoder extensively adapted for Jmol by Bob Hanson Color quantization roughly follows the GIMP method "dither Floyd-Steinberg (normal)" but with some twists.Generic abstract image creator: (1) set parameters (2) encode the image bytes, if necessary (3) generate the imageJpegEncoder - The JPEG main program which performs a jpeg compression of an image.A relatively primitive PDF generator that just makes a document with an image in it.Modified by Bob Hanson hansonr@stolaf.edu to be a subclass of ImageEncoder and to use javajs.util.OutputChannel instead of just returning bytes.see http://netpbm.sourceforge.net/doc/ppm.html