(void) sscanf(image_info->filename,"%*[^-]-%[^-]",colorname+4);
icc_color=MagickTrue;
}
- if (IsGrayColorspace(start_color.colorspace) != MagickFalse)
- image->intensity=Rec709LumaPixelIntensityMethod;
(void) SetImageColorspace(image,start_color.colorspace,exception);
status=QueryColorCompliance(colorname,AllCompliance,&start_color,exception);
if (status == MagickFalse)
return((Image *) NULL);
}
}
- if (IsGrayColorspace(pixel.colorspace) != MagickFalse)
- image->intensity=Rec709LumaPixelIntensityMethod;
(void) SetImageColorspace(image,pixel.colorspace,exception);
image->alpha_trait=pixel.alpha_trait;
for (y=0; y < (ssize_t) image->rows; y++)