From e1a02b180d804887980c111c1f9780bed44b96a6 Mon Sep 17 00:00:00 2001 From: Adrian Johnson Date: Sun, 22 Oct 2017 08:07:49 +1030 Subject: Add CCITT_FAX mime type for PDF and PS surfaces This completes the full set of PDF/PS image filters allowing image data to be passed though without decompressing then recompresssing in a less efficient format. The difficulty with CCITT_FAX is it needs some decoding parameters that are not stored inside the image data. This is achieved by using an additional mime type CCITT_FAX_PARAMS that contains the params in key=value format. --- doc/public/cairo-sections.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc') diff --git a/doc/public/cairo-sections.txt b/doc/public/cairo-sections.txt index 7b04ae7b3..40c214834 100644 --- a/doc/public/cairo-sections.txt +++ b/doc/public/cairo-sections.txt @@ -242,6 +242,8 @@ cairo_device_observer_stroke_elapsed
cairo-surface CAIRO_HAS_MIME_SURFACE +CAIRO_MIME_TYPE_CCITT_FAX +CAIRO_MIME_TYPE_CCITT_FAX_PARAMS CAIRO_MIME_TYPE_JBIG2 CAIRO_MIME_TYPE_JBIG2_GLOBAL CAIRO_MIME_TYPE_JBIG2_GLOBAL_ID -- cgit v1.2.1