From 1840cf480522ee03e22a0f36b76a85dde62c4c8f Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 24 Jul 2017 12:21:23 +0200 Subject: Use "DeviceRGB" name for ICC based device colorspaces too. --- source/fitz/colorspace-imp.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'source/fitz') diff --git a/source/fitz/colorspace-imp.h b/source/fitz/colorspace-imp.h index b2d266da..c4e94f03 100644 --- a/source/fitz/colorspace-imp.h +++ b/source/fitz/colorspace-imp.h @@ -6,11 +6,11 @@ #include "mupdf/fitz/color-management.h" #include "mupdf/fitz/pixmap.h" -#define FZ_ICC_PROFILE_GRAY "DeviceGray-ICCBased" -#define FZ_ICC_PROFILE_RGB "DeviceRGB-ICCBased" -#define FZ_ICC_PROFILE_BGR "DeviceBGR-ICCBased" -#define FZ_ICC_PROFILE_CMYK "DeviceCMYK-ICCBased" -#define FZ_ICC_PROFILE_LAB "Lab-ICCBased" +#define FZ_ICC_PROFILE_GRAY "DeviceGray" +#define FZ_ICC_PROFILE_RGB "DeviceRGB" +#define FZ_ICC_PROFILE_BGR "DeviceBGR" +#define FZ_ICC_PROFILE_CMYK "DeviceCMYK" +#define FZ_ICC_PROFILE_LAB "Lab" int fz_cmm_avoid_white_fix_flag(fz_context *ctx); void fz_cmm_transform_pixmap(fz_context *ctx, fz_icclink *link, fz_pixmap *dst, fz_pixmap *src); -- cgit v1.2.3