From 7e4a177d55b3a290300f6671c0670e5a5897da24 Mon Sep 17 00:00:00 2001 From: Robin Watts Date: Thu, 13 Jul 2017 17:32:32 +0100 Subject: Update fz_separations equivalent color mechanism. Incorporates fixes from Michael. Rather than specifically giving it rgb and cmyk values, separations now include the colorspace. Conversions can then be done into ANY colorspace we need. Note, that we maintain the old way of working for the gproof device. Also, fix pdf_page_separations to correctly find all separations. This involves recursively looking through colorspaces, forms and shadings for colorspaces therein, making sure we don't run into any circular references. We do 2 passes, so that we can pick up as many colorants as Separations as possible. On the second pass we pick up any colorants we missed in terms of DeviceN spaces. The purpose of this is to try to ensure that we get as many tint transforms as single input functions as we can. This may not be important in the grand scheme of things, but seems neater. --- resources/pdf/names.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'resources') diff --git a/resources/pdf/names.txt b/resources/pdf/names.txt index 19293009..5ba1c026 100644 --- a/resources/pdf/names.txt +++ b/resources/pdf/names.txt @@ -77,6 +77,7 @@ ClosedArrow Collection ColorSpace ColorTransform +Colorants Colors Columns Configs -- cgit v1.2.3