From 6034e61c32dd57e1bf257290b39b6634f7893230 Mon Sep 17 00:00:00 2001 From: Michael Vrhel Date: Tue, 1 Sep 2015 16:16:24 -0700 Subject: Add in support for icc profiles in gprf/gproof format The default profile case (sRGB and SWOP CMYK) are indicated by empty strings for those entries. --- include/mupdf/fitz/document.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'include/mupdf/fitz/document.h') diff --git a/include/mupdf/fitz/document.h b/include/mupdf/fitz/document.h index 5723bcc8..efd51332 100644 --- a/include/mupdf/fitz/document.h +++ b/include/mupdf/fitz/document.h @@ -392,7 +392,12 @@ const char *fz_get_separation_on_page(fz_context *ctx, fz_page *page, int sep, u filename: The filename of the desired gproof file. res: The resolution at which proofing should be done. + + print_profile: The filename of the ICC profile for the printer we are proofing + + display_profile: The filename of the ICC profile for our display device */ -void fz_write_gproof_file(fz_context *ctx, const char *doc_filename, fz_document *doc, const char *filename, int res); +void fz_write_gproof_file(fz_context *ctx, const char *doc_filename, fz_document *doc, const char *filename, int res, + const char *print_profile, const char *display_profile); #endif -- cgit v1.2.3