Package jsky.image

Contains classes that deal with images and image processing (but not directly image display).

See:
          Description

Interface Summary
BasicImageReadableProcessor Responsible for providing read only information for image processing.
 

Class Summary
EmptyRenderedImage Implements a dummy RenderedImage, for use when there is no image to display.
GifEncoder  
GreyscaleFilter Filters an image by converting colors to greyscale.
ImageChangeEvent Used to describe image change events such as loading a new image, setting a new origin or scale.
ImageColorITTs Defines a number of standard color intensity tables.
ImageColorLUTs Defines a number of static, standard color lookup tables and intensity tables.
ImageColormap Manages the colormap for an image and provides methods to select a predefined colormap and perform operations on it, such as rotate, shift, and stretch.
ImageEncoder  
ImageHistogram Utility class used to avoid creating the same Histogram twice (Once for auto-setting cut levels and once for histogram equalization, if selected).
ImageLookup Implements various image scaling operations that reduce the source image data to byte range.
ImageProcessor Responsible for processing images before they are displayed, including setting cut levels and manipulating colors and lookup tables.
ImageUtil Contains static convenience and utility methods for dealing with JAI images.
MyTileCache Implements the JAI TileCache interface.
SimpleRenderedImage A simple class implementing the RenderedImage interface.
 

Package jsky.image Description

Contains classes that deal with images and image processing (but not directly image display). The main class is ImageProcessor, which prepares an image for display by applying lookup tables for cut levels and colormaps as well as gathering image statistics.