ImageMagick default colorspace option
Posted: 2012-03-08T18:13:26-07:00
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.
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.