gistoolkit.datasources.imagefile.imagereaders
Interface ImageReaderInterface

All Known Implementing Classes:
AWTImageReader, IconImageReader, ImageIOImageReader, JAIImageReader

public interface ImageReaderInterface

Interface to allow all the image readers to function independently.


Method Summary
 ImageInformation readImage(java.lang.String inFile)
          Method to read the image information from a file.
 

Method Detail

readImage

public ImageInformation readImage(java.lang.String inFile)
Method to read the image information from a file.