-
-
Notifications
You must be signed in to change notification settings - Fork 320
-
I can't find a configuration or setting to make sure the values for colours are in CMYK not RGB. Is it possible?
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 2 comments 1 reply
-
This depends entirely on the underlying output module. The EPS output supports CMYK, SVG supports whatever you supply as color value, and for everything else, your best bet is the ImageMagick output, which allows you to specify one of various output formats via the imagickFormat option.
Beta Was this translation helpful? Give feedback.
All reactions
-
Beta Was this translation helpful? Give feedback.
All reactions
-
Ah I see - it's even in their documentation
IM is a 'raster image processor'
So I'm assuming you want to output EPS - have you tried the QREps output module then? It's not as fancy as the others, but it gets the job done.
Beta Was this translation helpful? Give feedback.