ImageMagick default colorspace option

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
snsao@formtek.com
Posts: 1
Joined: 2012-03-08T18:06:24-07:00
Authentication code: 8675308

ImageMagick default colorspace option

Post 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.
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: ImageMagick default colorspace option

Post 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.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply