}
case 2: // RGB
return new PhotometricInterpreterRGB(samplesPerPixel,
bitsPerSample, predictor, width, height);
case 5: // CMYK
return new PhotometricInterpreterCMYK(samplesPerPixel,
bitsPerSample, predictor, width, height);
case 6: //
{
double yCbCrCoefficients[] = directory.findField(
TIFF_TAG_YCBCR_COEFFICIENTS, true).getDoubleArrayValue();