Class PhotometricInterpreter

    • Field Detail

      • samplesPerPixel

        protected final int samplesPerPixel
      • 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)