summaryrefslogtreecommitdiff
path: root/source/xps
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2015-08-31 18:54:53 +0200
committerTor Andersson <tor.andersson@artifex.com>2015-09-01 10:38:56 +0200
commitb30cc7aa30c5400893cb9c5f70d5ce8ca21c3831 (patch)
tree1bebd3e26ddcc78e969b7cf8a5d24657c3d354be /source/xps
parentfdbac72cedd64c9b2a781b05907c89220797c0ae (diff)
downloadmupdf-b30cc7aa30c5400893cb9c5f70d5ce8ca21c3831.tar.xz
Default to invert_cmyk_jpeg for all formats other than PDF.
Diffstat (limited to 'source/xps')
-rw-r--r--source/xps/xps-image.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/xps/xps-image.c b/source/xps/xps-image.c
index b0d00a2f..ddd63904 100644
--- a/source/xps/xps-image.c
+++ b/source/xps/xps-image.c
@@ -110,7 +110,6 @@ xps_parse_image_brush(fz_context *ctx, xps_document *doc, const fz_matrix *ctm,
fz_try(ctx)
{
image = xps_load_image(ctx, doc, part);
- image->invert_cmyk_jpeg = 1;
}
fz_always(ctx)
{