Converting RGB to CMYK

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
jankrib
Posts: 1
Joined: 2011-11-04T02:57:29-07:00
Authentication code: 8675308

Converting RGB to CMYK

Post by jankrib »

I get strange artifacts when running "convert testRGB.jpg -quality 100 -colorspace CMYK testCMYK.jpg" the image is showing squares of slightly different colors on dark areas with the size of 16x16 pixels. Anyone know why and how to fix it?
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Converting RGB to CMYK

Post by fmw42 »

I cannot reproduce that on IM 6.7.3.4 Q16 beta on Mac OSX Tiger.

You might post a link to your input image. Also you did not say what version of IM or what platform. If old version of IM, then consider upgrading.
Post Reply