Home | History | Annotate | Download | only in coders

Lines Matching refs:cmyk

455     cmyk,
585 cmyk=image_info->colorspace == CMYKColorspace ? MagickTrue : MagickFalse;
698 Is this a CMYK document?
706 cmyk=MagickTrue;
709 cmyk=MagickTrue;
711 cmyk=MagickTrue;
827 cmyk=MagickFalse;
860 if (cmyk != MagickFalse)
861 delegate_info=GetDelegateInfo("ps:cmyk",(char *) NULL,exception);