Page 1 of 1

ImageMagick default colorspace option

Posted: 2012-03-08T18:13:26-07:00
by snsao@formtek.com
Hi,

I have one query. I am using ImageMagick-6.5.4-Q16. The default colorspace is "RGB". I can manually execute:
convert.exe ... (the default colorspace is RGB)
convert.exe -colorspace CMYK ... (now the colorspace is CMYK for this execution only).
Is there any way to change the default colorspace of ImageMagick from "RGB" to "CMYK" so that on future convert.exe executions it will have colorspace set to CMYK by default and I will not have to specify it, so any
convert.exe ... (will have default colorspace as CMYK).

Any help is appreciated.

Thanks,
Snehal.

Re: ImageMagick default colorspace option

Posted: 2012-03-08T18:46:29-07:00
by anthony
Not at this time, and probably not in IMv7 either.

Though specific application scripts could save such 'default options' and add them to its own calls to a IM commands.