Class JPXReader

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

public class JPXReader extends FormatReader
JPXReader is the file format reader for JPX (3D JPEG-2000) images.
  • Field Details

    • LOGGER

      private static final org.slf4j.Logger LOGGER
      Logger for this class.
    • resolutionLevels

      private Integer resolutionLevels
      The number of JPEG 2000 resolution levels the file has.
    • lut

      private int[][] lut
      The color lookup table associated with this file.
    • pixelOffsets

      private ArrayList<Long> pixelOffsets
    • lastSeries

      private int lastSeries
    • lastPlane

      private int lastPlane
    • lastSeriesPlane

      private byte[] lastSeriesPlane
  • Constructor Details

    • JPXReader

      public JPXReader()
      Constructs a new JPX Reader.
  • Method Details