Package gistoolkit.datasources.imagefile.imagereaders

Interface Summary
ImageReaderInterface Interface to allow all the image readers to function independently.
 

Class Summary
AWTImageReader Class to protect from Instantiation exceptions if JAI is not installed.
IconImageReader Class to protect from Instantiation exceptions if javax.imageio is not available..
ImageInformation Class to transfer information about images back and forth from the readers.
ImageIOImageReader Class to protect from Instantiation exceptions if javax.imageio is not available..
ImageReader Class to try all the available means for reading an image and using the best one.
JAIImageReader Class to protect from Instantiation exceptions if JAI is not installed.