I have looked at the website information and example, which for best results suggests the -profile option, but there is no precise example of the command syntax to use.
Working at the linux command line:
I did firstly try:
Code: Select all
convert -colorspace CMYK 63.JPG converted.jpg
From an example of the use of -profile, I tried the command:
Code: Select all
convert 63.JPG -profile RGB.icc -profile CMYK.icc converted.jpg
Code: Select all
convert: unable to open file `RGB.icc': No such file or directory.
convert: unable to open file `CMYK.icc': No such file or directory.
Am I misunderstanding how to use the command? Am I missing some essential libraries?
Once I get the right syntax, I want to process a whole directory at a time - so can I use mogrify instead of convert, in the same way?
Thanks in anticipation
Alan