Search found 1 match
- 2012-03-08T18:13:26-07:00
- Forum: Users
- Topic: ImageMagick default colorspace option
- Replies: 1
- Views: 3334
ImageMagick default colorspace option
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 ...