Class TiffJAIReader

All Implemented Interfaces:
Closeable, AutoCloseable, ICompressedTileReader, IFormatHandler, IFormatReader, IMetadataConfigurable, IPyramidHandler

public class TiffJAIReader extends BIFormatReader
TiffJAIReader is a file format reader for TIFF images. It uses the Java Advanced Imaging library (javax.media.jai) to read the data. Much of this code was adapted from this example.
Author:
Curtis Rueden ctrueden at wisc.edu
  • Field Details

    • NO_JAI_MSG

      private static final String NO_JAI_MSG
      See Also:
    • r

      protected loci.common.ReflectedUniverse r
      Reflection tool for JAI calls.
  • Constructor Details

    • TiffJAIReader

      public TiffJAIReader()
      Constructs a new TIFF reader that uses Java Image I/O.
  • Method Details