com.sun.jimi.core.raster.imagetype
Class BytePaletteImage

java.lang.Object
  |
  +--com.sun.jimi.core.raster.imagetype.BytePaletteImage

public class BytePaletteImage
extends java.lang.Object

"Image Type" class for 8bpp palette images. This class is used to check whether an image is byte-based and uses a palette-based ColorModel (IndexColorModel).


Constructor Summary
BytePaletteImage()
           
 
Method Summary
static boolean checkImage(JimiImage image)
           
static ByteRasterImage convertImage(JimiImage image, boolean dither)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BytePaletteImage

public BytePaletteImage()
Method Detail

checkImage

public static boolean checkImage(JimiImage image)

convertImage

public static ByteRasterImage convertImage(JimiImage image,
                                           boolean dither)
                                    throws JimiException