-1

We have an app where we need to export files from vector files from Inkscape to .eps to be used for printing. While this is working fine, our printers have complained that they are receiving the files in RGB mode instead of CMYK.

Is there a way to programmatically set .eps files to CMYK document color mode?

Walker
  • 128,495
  • 27
  • 68
  • 94

1 Answers1

1

Color mode isn't a setting like, say, DPI. Converting from RGB to CMYK for printing is a complex process, often involving color spaces, halftoning, and other nontrivial algorithms.

Gabe
  • 84,912
  • 12
  • 139
  • 238
  • No, it looks like colorjizz would not be helpful in this regard. Can you just get inkscape to output in CMYK? – Gabe Apr 12 '12 at 16:42