/trunk/Scribus/scribus/pdflib_core.cpp |
---|
6920,7 → 6920,7 |
if ((img.imgInfo.colorspace == ColorSpaceGray) && (hasColorEffect)) |
{ |
profInUse = c->doc()->CMSSettings.DefaultImageRGBProfile; |
if (!ICCProfiles.contains(profInUse)) |
if (!ICCProfiles.contains(Profil)) |
{ |
int components = 3; |
uint embeddedProfile = newObject(); |