apple / cups

Apple CUPS Sources
https://www.cups.org
Apache License 2.0
1.93k stars 464 forks source link

Add DeviceN color space support #3419

Closed michaelrsweet closed 14 years ago

michaelrsweet commented 14 years ago

Version: 1.4-feature CUPS.org User: robert.krawitz

Please add DeviceN color support to CUPS (ability to print in device-specific color space, which may include colorants other than RGB and/or CMYK).

michaelrsweet commented 14 years ago

CUPS.org User: mike

Specifics: this will add DeviceN colorspaces (15 of them) to the CUPS raster format, but no changes need to be made to the imagetoraster filter since we can't generate them.

michaelrsweet commented 14 years ago

CUPS.org User: mike

Moving to CUPS 1.5. Patch attached.

Will likely include in CUPS 1.4.5 since it doesn't affect the filters or APIs.

michaelrsweet commented 14 years ago

CUPS.org User: mike

Moving to 1.4.x.

michaelrsweet commented 14 years ago

"str3419.patch":

Index: cups/raster.h

--- cups/raster.h (revision 9144) +++ cups/raster.h (working copy) @@ -1,9 +1,9 @@ /*

Index: filter/raster.c

--- filter/raster.c (revision 9144) +++ filter/raster.c (working copy) @@ -1,9 +1,9 @@ /*

@@ -923,6 +924,8 @@ case CUPS_CSPACE_YMC : case CUPS_CSPACE_CIEXYZ : case CUPS_CSPACE_CIELab :