Search found 3 matches

by Fahad
2013-10-01T06:19:39-07:00
Forum: Users
Topic: convert to CMYK error
Replies: 4
Views: 4257

Re: convert to CMYK error

It works. Thanks
by Fahad
2013-10-01T05:40:19-07:00
Forum: Users
Topic: convert to CMYK error
Replies: 4
Views: 4257

Re: convert to CMYK error

Thanks dlemstra for the hit. This is what I get
convert bookcover.tiff -debug ALL -profile WebCoatedSWOP2006Grade5.icc bookcover-cmyk-adobe.tiff
2013-10-01T16:34:05+04:00 0:00.000 0.000u 6.8.7 Configure convert[8935]: utility.c/ExpandFilenames/941/Configure
Command line: /usr/local/bin/convert ...
by Fahad
2013-10-01T04:32:15-07:00
Forum: Users
Topic: convert to CMYK error
Replies: 4
Views: 4257

convert to CMYK error

Hi,

I am using ImageMagick 6.8.7 and I want to convert my book cover to CMYK with a special profile. However, when I use the following command

convert bookcover.tiff -debug -profile WebCoatedSWOP2006Grade5.icc bookcover-cmyk-adobe.jpg


I got this and the file remains in RGB
convert ...