summaryrefslogtreecommitdiff
path: root/source/fitz
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2017-07-24 12:21:23 +0200
committerTor Andersson <tor.andersson@artifex.com>2017-07-27 14:44:04 +0200
commit1840cf480522ee03e22a0f36b76a85dde62c4c8f (patch)
tree017e060ca2995e9e2adfed3cfe46e2749e2bcdc8 /source/fitz
parent61814e69e040c222d1e35cebc6c9a85032e75bf6 (diff)
downloadmupdf-1840cf480522ee03e22a0f36b76a85dde62c4c8f.tar.xz
Use "DeviceRGB" name for ICC based device colorspaces too.
Diffstat (limited to 'source/fitz')
-rw-r--r--source/fitz/colorspace-imp.h10
1 files changed, 5 insertions, 5 deletions
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);