break;
case CS_LINEAR_RGB:
converter = new LinearRGBConverter();
break;
case CS_PYCC:
converter = new PyccConverter();
break;
default:
if (profile instanceof ICC_ProfileRGB)
converter = new RgbProfileConverter((ICC_ProfileRGB) profile);
else if (profile instanceof ICC_ProfileGray)