From: cristy Date: Wed, 29 Jan 2014 21:06:24 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~2757 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=57219ffb10215e3894a1ebe2035a2c97e84d2a52;p=imagemagick --- diff --git a/coders/ps2.c b/coders/ps2.c index d48f2653e..814f745e7 100644 --- a/coders/ps2.c +++ b/coders/ps2.c @@ -612,6 +612,9 @@ static MagickBooleanType WritePS2Image(const ImageInfo *image_info,Image *image, "%%%%Pages: %.20g\n",(double) GetImageListLength(image)); (void) WriteBlobString(image,buffer); } + if (image->colorspace == CMYKColorspace) + (void) WriteBlobString(image, + "%%DocumentProcessColors: Cyan Magenta Yellow Black\n"); (void) WriteBlobString(image,"%%EndComments\n"); (void) WriteBlobString(image,"\n%%BeginDefaults\n"); (void) WriteBlobString(image,"%%EndDefaults\n\n");