[gs-commits] ghostpdl branch, master, updated. jbig2dec-0.14-1632-g40934a6
[email protected] (Michael Vrhel)
| Newsgroups | gmane.comp.printing.ghostscript.cvs |
|---|---|
| Message-ID | <[email protected]> |
The ghostpdl branch, master has been updated
via 40934a68930a1d6a41a26df694e1e50fe3c60202 (commit)
from e63504054baea4275af88e95418b5282c4394685 (commit)
----------------------------------------------------------------------
commit 40934a68930a1d6a41a26df694e1e50fe3c60202
Author: Michael Vrhel <[email protected]>
Date: Tue Sep 3 08:52:16 2019 -0700
Add -sBlendColorProfile into Use.htm
diff --git a/doc/Use.htm b/doc/Use.htm
index 94f221d..ed9d4c5 100644
--- a/doc/Use.htm
+++ b/doc/Use.htm
@@ -3073,6 +3073,17 @@ Separation and DeviceN colors. For the general user this command option
</dl>
<dl>
+ <dt><code>-sBlendColorProfile=</code><em>filename</em></dt>
+<dd>With the PDF transparency imaging model, a color space can
+be specified within which the color blending operations are to
+take place. Some files lack this specification, in which case
+the blending occurs in the output device's native color space. This
+dependency of blending color space on the device color model
+can be avoided by using the above command to force a specific
+color space in which to perform the blending. </dd>
+</dl>
+
+<dl>
<dt><code>-dColorAccuracy=</code><em>0/1/2</em></dt>
<dd>Set the level of accuracy that should be used. A setting of 0 will result in less accurate
color rendering compared to a setting of 2. However, the creation of a transformation
Summary of changes:
doc/Use.htm | 11 +++++++++++
1 file changed, 11 insertions(+)