loci.formats
Class GIFReader

java.lang.Object
  extended byloci.formats.FormatHandler
      extended byloci.formats.FormatReader
          extended byloci.formats.ImageIOReader
              extended byloci.formats.GIFReader

public class GIFReader
extends ImageIOReader

GIFReader is the file format reader for Graphics Interchange Format (GIF) images.


Field Summary
 
Fields inherited from class loci.formats.FormatReader
DEBUG, DEBUG_LEVEL, metadata, ome
 
Fields inherited from class loci.formats.FormatHandler
chooser, currentId, filters, format, suffixes
 
Constructor Summary
GIFReader()
          Constructs a new GIFReader.
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class loci.formats.ImageIOReader
close, getImageCount, isThisType, open
 
Methods inherited from class loci.formats.FormatReader
createFilters, getMetadata, getMetadataValue, getOMENode, initFile, open, testRead
 
Methods inherited from class loci.formats.FormatHandler
getFileChooser, getFileFilters, getFormat, getSuffixes, isThisType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GIFReader

public GIFReader()
Constructs a new GIFReader.

Method Detail

main

public static void main(String[] args)
                 throws FormatException,
                        IOException
Throws:
FormatException
IOException