Class ImageDataReader

    • Field Detail

      • bitsPerSampleLength

        protected final int bitsPerSampleLength
      • predictor

        protected final int predictor
      • samplesPerPixel

        protected final int samplesPerPixel
      • width

        protected final int width
      • height

        protected final int height
    • Constructor Detail

      • ImageDataReader

        public ImageDataReader​(TiffDirectory directory,
                               PhotometricInterpreter photometricInterpreter,
                               int[] bitsPerSample,
                               int predictor,
                               int samplesPerPixel,
                               int width,
                               int height)