summaryrefslogtreecommitdiff
path: root/source/xps/xps-image.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/xps/xps-image.c')
-rw-r--r--source/xps/xps-image.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/xps/xps-image.c b/source/xps/xps-image.c
index cff7860d..9b2aefcb 100644
--- a/source/xps/xps-image.c
+++ b/source/xps/xps-image.c
@@ -110,6 +110,7 @@ xps_parse_image_brush(xps_document *doc, const fz_matrix *ctm, const fz_rect *ar
fz_try(doc->ctx)
{
image = xps_load_image(doc->ctx, part);
+ image->invert_cmyk_jpeg = 1;
}
fz_always(doc->ctx)
{