Page 1 of 1

CMYK PDF

Posted: 2008-11-15T12:52:16-07:00
by mkoppanen
Hello,

delegates.xml

Code: Select all

<delegate decode="ps:cmyk" stealth="True" command=""gs" -q -dQUIET -dPARANOIDSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=0 "-sDEVICE=pam" -dTextAlphaBits=%u -dGraphicsAlphaBits=%u "-r%s" %s "-sOutputFile=%s" "-f%s" "-f%s""/>
I want to use this delegate to read in PDF with MagickWand API. Is there an option I can set before reading in the image to set the colorspace to be CMYK?