Add CMYK colourspace option for EPS

Requested by Joe Bedard
Ref #22
This commit is contained in:
Robin Stuart 2016-06-19 14:14:30 +01:00
parent e0240c8e2e
commit 507071cf9c
3 changed files with 145 additions and 20 deletions

View file

@ -198,7 +198,8 @@ extern "C" {
#define BARCODE_STDOUT 8
#define READER_INIT 16
#define SMALL_TEXT 32
#define BOLD_TEXT 64
#define BOLD_TEXT 64
#define CMYK_COLOUR 128
#define DATA_MODE 0
#define UNICODE_MODE 1