Class AbstractPhotometricInterpreter

    • 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

      • AbstractPhotometricInterpreter

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

      • getBitsPerSample

        protected int getBitsPerSample​(int offset)