{
case 0:
case 1:
boolean invert = photometricInterpretation == 0;
return new PhotometricInterpreterBiLevel(bitsPerPixel,
samplesPerPixel, bitsPerSample, predictor, width, height,
invert);
case 3: // Palette
{
int colorMap[] = directory.findField(TIFF_TAG_COLOR_MAP, true)