Class PhotometricInterpreter

    • Field Detail

      • samplesPerPixel

        protected final int samplesPerPixel
      • bitsPerSample

        private final int[] bitsPerSample
      • predictor

        protected final int predictor
      • width

        protected final int width
      • height

        protected final int height
    • Constructor Detail

      • PhotometricInterpreter

        public PhotometricInterpreter​(int samplesPerPixel,
                                      int[] bitsPerSample,
                                      int predictor,
                                      int width,
                                      int height)
    • Method Detail

      • getBitsPerSample

        protected int getBitsPerSample​(int offset)