Class PhotometricInterpreterPalette

java.lang.Object
org.apache.commons.imaging.formats.tiff.photometricinterpreters.PhotometricInterpreter
org.apache.commons.imaging.formats.tiff.photometricinterpreters.PhotometricInterpreterPalette

public class PhotometricInterpreterPalette extends PhotometricInterpreter
  • Field Details

    • indexColorMap

      private final int[] indexColorMap
      The color map of integer ARGB values tied to the pixel index of the palette
    • bitsPerPixelMask

      private final int bitsPerPixelMask
  • Constructor Details

    • PhotometricInterpreterPalette

      public PhotometricInterpreterPalette(int samplesPerPixel, int[] bitsPerSample, int predictor, int width, int height, int[] colorMap)
  • Method Details