summaryrefslogtreecommitdiff
path: root/src/cairo-image-info-private.h
diff options
context:
space:
mode:
authorBryce Harrington <bryce@bryceharrington.org>2018-10-16 09:13:23 -0700
committerBryce Harrington <bryce@bryceharrington.org>2018-10-16 09:53:00 -0700
commitbf597b89288b6271f56031d5a20bfaf59f146d4c (patch)
tree3fadc2bab3aa23645951c4f7411d844dbd22f973 /src/cairo-image-info-private.h
parent868998a0f4373cef190232f5bdf817e64548023f (diff)
downloadcairo-bf597b89288b6271f56031d5a20bfaf59f146d4c.tar.gz
Revert "Correctly decode Adobe CMYK JPEGs in PDF export"
From further testing and investigation it appears that many PDF viewers already have a workaround to invert Adobe CMYK JPEGs, so our generated PDFs display incorrectly with those viewers due to double-inversion. Further investigation will be needed to find a better solution that doesn't cause regression for some PDF viewers; perhaps PDF viewers that lack this inversion workaround should be changed to include it. For now we'll drop the patch to avoid shipping the regression in 1.16.0. This reverts commit b207a932a2d3740984319dffd58a0791580597cd. Reference: https://bugs.freedesktop.org/show_bug.cgi?id=97612 Fixes: https://gitlab.freedesktop.org/cairo/cairo/issues/156
Diffstat (limited to 'src/cairo-image-info-private.h')
-rw-r--r--src/cairo-image-info-private.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cairo-image-info-private.h b/src/cairo-image-info-private.h
index 99cbbcc02..e64928e40 100644
--- a/src/cairo-image-info-private.h
+++ b/src/cairo-image-info-private.h
@@ -43,7 +43,6 @@ typedef struct _cairo_image_info {
int height;
int num_components;
int bits_per_component;
- int is_adobe_jpeg;
} cairo_image_info_t;
cairo_private cairo_int_status_t