Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > c97aa901e1d8d4302249362bd4a2dc1f > files > 15

ghostscript-doc-9.27-1.2.mga7.noarch.rpm

<!doctype html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-54391264-2"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-54391264-2');
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro" rel="stylesheet">
<link rel="shortcut icon" type="image/png" href="../../images/favicon.png">
<title>Ghostscript and the PostScript Language</title>
    <!-- Originally: language.txt -->
<link href="style.css" rel="stylesheet" type="text/css">
<link href="gs-style.css" rel="stylesheet" type="text/css">
</head>

<body>

    <div class="header">
    <div class="row">
        <div class="col-lt-6 logo"><a href="https://www.ghostscript.com/"><img src="images/ghostscript_logo.png" width="108" height="119" alt=""></a></div>
        <div class="col-6"><div class="row"><div class="artifexlogo"><a href="https://artifex.com" target="_blank"><img src="images/Artifex_logo.png" width="194" height="40" alt=""></a></div>
        <div class="col-12"><div class="button button1"><a href="https://artifex.com/contact-us/" title="Contact Us" target="_blank">Contact Us</a></div>
        <div class="button button2 hidden-xs"><a href="https://www.ghostscript.com/download.html" title="Download">Download</a></div></div></div>
    </div>
    </div>
    </div>

    <div class="banner">
    <div class="row">
        <div class="col-12">Ghostscript and the PostScript Language</div>
    </div>
    </div>

    <div class="main">
    <div class="row">
    <div id="sidebar">
    <div class="sidebar-item"></div>
    <div class="col-2 leftnav">
<ul>
            <li><a href="https://www.ghostscript.com/">Home</a></li>
            <li><a href="https://www.ghostscript.com/license.html">Licensing</a></li>
            <li><a href="https://www.ghostscript.com/releases.html">Releases</a></li>
            <li><a href="https://www.ghostscript.com/release_history.html">Release History</a></li>
            <li><a href="https://www.ghostscript.com/documentation.html" title="Documentation">Documentation</a></li>
            <li><a href="https://www.ghostscript.com/download.html" title="Download">Download</a></li>
            <li><a href="https://www.ghostscript.com/performance.html" title="Performance">Performance</a></li>
            <li><a href="http://jbig2dec.com/" title="jbig2dec">jbig2dec</a></li>
            <li><a href="http://git.ghostscript.com/?p=ghostpdl.git;a=summary">Source</a></li>
            <li><a href="http://bugs.ghostscript.com/">Bugs</a></li>
            <li><a href="https://www.ghostscript.com/faq.html" title="FAQ">FAQ</a></li>
        </ul>
    </div>
    </div>
    <div class="col-10 page">

<!--START EDITING HERE-->

<h2>Table of contents</h2>

<blockquote><ul>
<li><a href="#Capabilities">Ghostscript's capabilities in relation to PostScript</a></li>
<li><a href="#Implementation_limits">Implementation limits</a></li>
<ul>
<li><a href="#Architectural_limits">Architectural limits</a></li>
<li><a href="#Typical_memory_limits">Typical memory limits in LanguageLevel 1</a></li>
<li><a href="#VM_consumption">Other differences in VM consumption</a></li>
</ul>
<li><a href="#Additional_operators">Additional operators in Ghostscript</a></li>
<ul>
<li><a href="#Graphics_and_text">Graphics and text operators</a></li>
<ul>
<li><a href="#Transparency">Transparency</a></li>
<ul>
<li><a href="#Transparency_graphics_state_operators">Graphics state operators</a></li>
<li><a href="#Transparency_rendering_stack_operators">Rendering stack operators</a></li>
<li><a href="#Transparency_ImageType">New ImageType</a></li>
</ul>
<li><a href="#Graphics_state">Other graphics state operators</a></li>
<li><a href="#Character">Character operators</a></li>
</ul>
<li><a href="#Other">Other operators</a></li>
<ul>
<li><a href="#Mathematical">Mathematical operators</a></li>
<li><a href="#Dictionary">Dictionary operators</a></li>
<li><a href="#Relational">Relational operators</a></li>
<li><a href="#File">File operators</a></li>
<li><a href="#Miscellaneous">Miscellaneous operators</a></li>
<li><a href="#Device">Device operators</a></li>
</ul>
</ul>
<li><a href="#Filters">Filters</a></li>
<ul>
<li><a href="#Standard_filters">Standard filters</a></li>
<li><a href="#Non_standard_filters">Non-standard filters</a></li>
<li><a href="#Unstable_filters">Unstable filters</a></li>
</ul>
<li><a href="#Device_parameters">Device parameters</a></li>
<li><a href="#Banding_parameters">Banding parameters</a></li>
<li><a href="#User_parameters">User parameters</a></li>
<li><a href="#Miscellaneous_additions">Miscellaneous additions</a></li>
<ul>
<li><a href="#Extended_semantics_of_run">Extended semantics of 'run'</a></li>
<li><a href="#DecodingResources">Decoding resources</a></li>
<li><a href="#CIDDecodingResources">CIDDecoding resources</a></li>
<li><a href="#GlyphNames2Unicode">GlyphNames2Unicode</a></li>
<li><a href="#MultipleResourceDirectories">Multiple Resource directories</a></li>
</ul>
</ul></blockquote>

<!-- [1.2 end table of contents] =========================================== -->

<!-- [1.3 begin hint] ====================================================== -->

<p>For other information, see the <a href="Readme.htm">Ghostscript
overview</a>.</p>

<!-- [1.3 end hint] ======================================================== -->

<hr>

<!-- [1.0 end visible header] ============================================== -->

<!-- [2.0 begin contents] ================================================== -->

<h2><a name="Capabilities"></a>Ghostscript's capabilities in relation to PostScript</h2>

<p>
The Ghostscript interpreter, except as noted below, is intended to execute
properly any source program written in the (LanguageLevel 3)
<b>PostScript</b> language as defined in the <cite>PostScript
Language Reference, Third Edition</cite> (ISBN 0-201-37922-8) published by
Addison-Wesley in mid-1999.  However, the interpreter is configurable in
ways that can restrict it to various subsets of this language.
Specifically, the base interpreter accepts the Level 1 subset of the
PostScript language, as defined in the first edition of the <cite>PostScript
Language Reference Manual</cite> (ISBN 0-201-10174-2) Addison-Wesley 1985,
plus the file system, version 25.0 language, and miscellaneous additions
listed in sections A.1.6, A.1.7, and A.1.8 of the Second Edition
respectively, including allowing a string operand for the
"<code>status</code>" operator.  The base interpreter may be configured
(see the <a href="Make.htm">documentation on building Ghostscript</a> for
how to configure it) by adding any combination of the following:</p>

<ul>
<li>The ability to process PostScript Type 1 fonts.  This facility is
normally included in the interpreter.</li>

<li>The CMYK color extensions listed in section A.1.4 of the Second Edition
(including <code>colorimage</code>).  These facilities are available
only if the <code>color</code>, <code>dps</code>, or
<code>level2</code> feature was selected when Ghostscript was built.</li>

<li>The Display PostScript extensions listed in section A.1.3 of the Second
Edition, but excluding the operators listed in section A.1.2.  These
facilities are available only if the <code>dps</code> feature or the
<code>level2</code> feature was selected when Ghostscript was built.</li>

<li>The composite font extensions listed in section A.1.5 of the Second
Edition, and the ability to handle Type 0 fonts.  These facilities are
available only if the <code>compfont</code> feature or the
<code>level2</code> feature was selected when Ghostscript was built.</li>

<li>The ability to load TrueType fonts and to handle PostScript Type 42
(encapsulated TrueType) fonts.  These facilities are available only if the
<code>ttfont</code> feature was selected when Ghostscript was built.</li>

<li>The PostScript Level 2 "filter" facilities except the
<code>DCTEncode</code> and <code>DCTDecode</code> filters.  These
facilities are available only if the <code>filter</code>,
<code>dps</code>, or <code>level2</code> feature was selected when
Ghostscript was built.</li>

<li>The PostScript Level 2 <code>DCTEncode</code> and
<code>DCTDecode</code> filters.  These facilities are available only if
the <code>dct</code> or <code>level2</code> feature was selected when
Ghostscript was built.</li>

<li>All the other PostScript Level 2 operators and facilities listed in
section A.1.1 of the Second Edition and not listed in any of the other
A.1.n sections.  These facilities are available only if the
<code>level2</code> feature was selected when Ghostscript was built.</li>

<li>All PostScript LanguageLevel 3 operators and facilities listed in the
Third Edition, except as noted below.  These facilities are available only
if the <code>psl3</code> feature was selected when Ghostscript was built.</li>

<li>The ability to recognize DOS EPSF files and process only the PostScript
part, ignoring bitmap previews or other information.  This facility is
available only if the <code>epsf</code> feature was selected when
Ghostscript was built.</li>
</ul>

<p>
Ghostscript currently does not implement the following PostScript
LanguageLevel 3 facilities:</p>

<ul>
<li>Settable <code>ProcessColorModel</code> for page devices, except for
a very few special devices.</li>

<li><code>IODevice</code>s other than <code>%stdin</code>,
<code>%stdout</code>, <code>%stderr</code>, <code>%lineedit</code>,
<code>%statementedit</code>, <code>%os%</code>, and (if configured)
<code>%pipe%</code> and <code>%disk0%</code> through <code>%disk0%</code>.</li>
</ul>

<p>
Ghostscript can also interpret files in the Portable Document Format (PDF)
1.7 format defined in the
<a href="http://www.adobe.com/devnet/pdf/pdf_reference.html"><em>PDF
Reference</em> Version 1.7</a>,
distributed by <a href="http://www.adobe.com/">Adobe Systems
Incorporated</a>, except as noted below.  This facility can be
disabled by deselecting the <code>pdf</code> feature
when Ghostscript is built.</p>

<p>
Ghostscript currently implements the majority of non-interactive
features defined in the PDF reference.</p>

<p>
Ghostscript also includes a number of
<a href="#Additional_operators">additional operators</a> defined below that
are not in the PostScript language defined by Adobe.</p>

<hr>

<h2><a name="Implementation_limits"></a>Implementation limits</h2>

<p>
The implementation limits show here correspond to those in Tables B.1 and
B.2 of the Second and Third Editions, which describe the quantities fully.
Where Ghostscript's limits are different from those of Adobe's
implementations (as shown in the Third Edition), Adobe's limits are also
shown.</p>

<h3><a name="Architectural_limits"></a>Architectural limits</h3>

<blockquote><table>
<tr><th colspan="7">Architectural limits (corresponds to Adobe table B.1)</th></tr>
<tr valign="bottom">
    <th align="left">Quantity</th>
    <th>&nbsp;&nbsp;</th>
    <th align="left">Limit</th>
    <th>&nbsp;&nbsp;</th>
    <th align="left">Type</th>
    <th>&nbsp;&nbsp;</th>
    <th align="left">Adobe</th></tr>
<tr valign="top">    <td>integer</td>
    <td>&nbsp;</td>
    <td>32-bit</td>
    <td>&nbsp;</td>
    <td>twos complement integer</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td></tr>
<tr valign="top">    <td>real</td>
    <td>&nbsp;</td>
    <td>single-precision</td>
    <td>&nbsp;</td>
    <td>IEEE float</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td></tr>
<tr valign="top">    <td>array</td>
    <td>&nbsp;</td>
    <td>16777216</td>
    <td>&nbsp;</td>
    <td>elements</td>
    <td>&nbsp;</td>
    <td>65535</td></tr>
<tr valign="top">    <td>dictionary</td>
    <td>&nbsp;</td>
    <td>16777215</td>
    <td>&nbsp;</td>
    <td>elements</td>
    <td>&nbsp;</td>
    <td>65535</td></tr>
<tr valign="top">    <td>string</td>
    <td>&nbsp;</td>
    <td>16777216</td>
    <td>&nbsp;</td>
    <td>characters</td>
    <td>&nbsp;</td>
    <td>65535</td></tr>
<tr valign="top">    <td>name</td>
    <td>&nbsp;</td>
    <td>16383</td>
    <td>&nbsp;</td>
    <td>characters</td>
    <td>&nbsp;</td>
    <td>127</td></tr>
<tr valign="top">    <td>filename</td>
    <td>&nbsp;</td>
    <td>128*</td>
    <td>&nbsp;</td>
    <td>characters</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td></tr>
<tr valign="top">    <td><code>save</code> level</td>
    <td>&nbsp;</td>
    <td>none</td>
    <td>&nbsp;</td>
    <td>(capacity of memory)</td>
    <td>&nbsp;</td>
    <td>15</td></tr>
<tr valign="top">    <td><code>gsave</code> level</td>
    <td>&nbsp;</td>
    <td>none</td>
    <td>&nbsp;</td>
    <td>(capacity of memory)</td>
    <td>&nbsp;</td>
    <td>13</td></tr>
</table></blockquote>

<p>
* The limit on the length of a file name is 128 characters if the name
starts with a %...% IODevice designation, or 124 characters if it does not.</p>

<h3><a name="Typical_memory_limits"></a>Typical memory limits in LanguageLevel 1</h3>

<blockquote><table>

<tr><th colspan="7">Memory limits (corresponds to Adobe table B.2)</th></tr>
<tr valign="bottom">
    <th align="left">Quantity</th>
    <th>&nbsp;&nbsp;</th>
    <th align="left">Limit</th>
    <th>&nbsp;&nbsp;</th>
    <th align="left">Type</th>
    <th>&nbsp;&nbsp;</th>
    <th align="left">Adobe</th></tr>
<tr valign="top">    <td><code>userdict</code></td>
    <td>&nbsp;</td>
    <td>200</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td></tr>
<tr valign="top">    <td><code>FontDirectory</code></td>
    <td>&nbsp;</td>
    <td>100</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td></tr>
<tr valign="top">    <td>operand stack</td>
    <td>&nbsp;</td>
    <td>800</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>500</td></tr>
<tr valign="top">    <td>dictionary stack</td>
    <td>&nbsp;</td>
    <td>20</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td></tr>
<tr valign="top">    <td>execution stack</td>
    <td>&nbsp;</td>
    <td>250</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td></tr>
<tr valign="top">    <td>interpreter level</td>
    <td>&nbsp;</td>
    <td>none</td>
    <td>&nbsp;</td>
    <td>(capacity of memory)</td>
    <td>&nbsp;</td>
    <td>10</td></tr>
<tr valign="top">    <td>path</td>
    <td>&nbsp;</td>
    <td>none</td>
    <td>&nbsp;</td>
    <td>(capacity of memory)</td>
    <td>&nbsp;</td>
    <td>1500</td></tr>
<tr valign="top">    <td>dash</td>
    <td>&nbsp;</td>
    <td>11</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td></tr>
<tr valign="top">    <td>VM</td>
    <td>&nbsp;</td>
    <td>none</td>
    <td>&nbsp;</td>
    <td>(capacity of memory)</td>
    <td>&nbsp;</td>
    <td>240000</td></tr>
<tr valign="top">    <td>file</td>
    <td>&nbsp;</td>
    <td>none</td>
    <td>&nbsp;</td>
    <td>(determined by operating system)</td>
    <td>&nbsp;</td>
    <td>6</td></tr>
<tr valign="top">    <td>image</td>
    <td>&nbsp;</td>
    <td>65535</td>
    <td>&nbsp;</td>
    <td>values (samples &times; components)<br>for 1-, 2-, 4-, or 8-bit samples</td>
    <td>&nbsp;</td>
    <td>3300</td></tr>
<tr valign="top">    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>32767</td>
    <td>&nbsp;</td>
    <td>values for 12-bit samples</td>
    <td>&nbsp;</td>
    <td>3300</td></tr>
</table></blockquote>

<h3><a name="VM_consumption"></a>Other differences in VM consumption</h3>

<p>
In 32-bit builds packed array elements occupy either 2 bytes or 12 bytes.
The average element size is probably about 7 bytes. Names occupy 16 bytes plus the
space for the string.</p>
<p>
In 64-bit builds packed array elements occupy either 2 bytes or 16 bytes.
The average element size is probably about 9 bytes.
Names occupy 24 bytes plus the space for the string.</p>
<p>
The garbage collector doesn't reclaim portions of arrays obtained with
<tt>getinterval</tt>, rather it collects entire arrays.</p>
<hr>

<h2><a name="Additional_operators"></a>Additional operators in Ghostscript</h2>

<h3><a name="Graphics_and_text"></a>Graphics and text operators</h3>

<h4><a name="Transparency"></a>Transparency</h4>

<p>
Ghostscript provides a set of operators for implementing the transparency
and compositing facilities of PDF 1.4.  These are defined only if the
<code>transpar</code> option was selected when Ghostscript was built.  We
do not attempt to explain the underlying graphics model here: for details,
see <a
href="http://partners.adobe.com/asn/developer/technotes.html#acrobat-pdf"
class="offsite">Adobe
Technical Note</a> #5407, "<a
href="http://partners.adobe.com/asn/developer/acrosdk/DOCS/PDF_Transparency.pdf"
class="offsite">Transparency
in PDF</a>". Note, however, that
Ghostscript's model generalizes that of PDF 1.4 in that Ghostscript
maintains separate alpha and mask values for opacity and shape, rather than
a single value with a Boolean that says whether it represents opacity or
shape.</p>

<h5><a name="Transparency_graphics_state_operators"></a>Graphics state
operators</h5>

<dl>
<dt><code>&lt;modename&gt; .setblendmode -</code></dt>
<dd>Sets the blending mode in the graphics state.  If the mode name is not
recognized, causes a <code>rangecheck</code> error.  The initial value of
the blending mode is <code>/Compatible</code>.</dd>
</dl>

<dl>
<dt><code>&lt;0..1&gt; .setopacityalpha -</code></dt>
<dd>Sets the opacity alpha value in the graphics state.
The initial opacity alpha value is 1.</dd>
</dl>

<dl>
<dt><code>&lt;0..1&gt; .setshapealpha -</code></dt>
<dd>Sets the shape alpha value in the graphics state.
The initial shape alpha value is 1.</dd>
</dl>

<dl>
<dt><code>&lt;bool&gt; .settextknockout -</code></dt>
<dd>Sets the text knockout flag in the graphics state.
The initial value of the text knockout flag is <code>true</code>.</dd>
</dl>

<h5><a name="Transparency_rendering_stack_operators"></a>Rendering stack
operators</h5>

<p>
The interpreter state is extended to include a (per-context) rendering stack
for handling transparency groups and masks (generically, "layers").  Groups
accumulate a full value for each pixel (paint plus transparency); masks
accumulate only a coverage value.  Layers must be properly nested, i.e., the
'end' or 'discard' operator must match the corresponding 'begin' operator.</p>

<p>
Beginning and ending layers must nest properly with respect to
<code>save</code> and <code>restore</code>: <code>save</code> and
<code>restore</code> do not save and restore the layer stack.  Currently,
layers are not required to nest with respect to <code>gsave</code> and
<code>grestore</code>, except that the device that is current in the
graphics state when ending a layer must be the same as the device that was
current when beginning the layer.  THIS AREA IS SUBJECT TO CHANGE.</p>

<dl>
<dt><code>&lt;paramdict&gt; &lt;llx&gt; &lt;lly&gt; &lt;urx&gt; &lt;ury&gt;
.begintransparencygroup -</code></dt>
<dd>Begins a new transparency group.  The <code>ll/ur</code> coordinates
are the bounding box of the group in the current user coordinate system.
<code>paramdict</code> has the following keys:</dd>
<dl>
<dt><code>/Isolated</code></dt>
<dd>(optional) Boolean; default value = <code>false</code>.</dd>
<dt><code>/Knockout</code></dt>
<dd>(optional) Boolean; default value = <code>false</code>.</dd>
</dl>
</dl>

<dl>
<dt><code>- .endtransparencygroup -</code></dt>
<dd>Ends the current transparency group, compositing the group being ended
onto the group that now becomes current.</dd>
</dl>

<dl>
<dt><code>&lt;paramdict&gt; &lt;llx&gt; &lt;lly&gt; &lt;urx&gt; &lt;ury&gt;
.begintransparencymaskgroup -</code></dt>
<dd>Begins a new transparency mask, which is represented as a group.
The <code>ll/ur</code> coordinates
are the bounding box of the mask in the current user coordinate system.
<code>paramdict</code> has the following keys:</dd>
<dl>
<dt><code>/Subtype</code></dt>
<dd>(required) Name, either <code>/Alpha</code> or
<code>/Luminosity</code>.</dd>
<dt><code>/Background</code></dt>
<dd>(optional) Array of number.</dd>
<dt><code>/TransferFunction</code></dt>
<dd>(optional) Function object (produced by applying
<code>.buildfunction</code> to a Function dictionary).</dd>
</dl>
</dl>

<h5><a name="Transparency_ImageType"></a>New ImageType</h5>

<p>
The transparency extension defines a new ImageType 103, similar to ImageType
3 with the following differences:</p>

<ul>

<li>The required <code>MaskDict</code> is replaced by two optional
dictionaries, <code>OpacityMaskDict</code> and
<code>ShapeMaskDict</code>.  If present, these dictionaries must have a
<code>BitsPerComponent</code> entry, whose value may be greater than 1.
Note that in contrast to ImageType 3, where any non-zero chunky mask value
is equivalent to 1, ImageType 103 simply takes the low-order bits of chunky
mask values.</li>

<li>A <code>Matte</code> entry may be present in one or both mask
dictionaries, indicating premultiplication of the data values.  If both
<code>MaskDict</code>s have a <code>Matte</code> entry and the values
of the two <code>Matte</code> entries are different, a
<code>rangecheck</code> error occurs.</li>

<li><code>InterleaveType</code> appears in the <code>MaskDict</code>s,
not the <code>DataDict</code>, because each mask has its own
<code>InterleaveType</code>.  <code>InterleaveType</code> 2
(interlaced scan lines) is not supported.</li>

</ul>

<h4><a name="Graphics_state"></a>Other graphics state operators</h4>

    <dl>
<dt><code>&lt;int&gt; .setoverprintmode -</code></dt>
<dd>Sets the overprint mode in the graphics state.  Legal values are 0 or 1.
Per the PDF 1.3 specification, if the overprint mode is 1, then when the
current color space is <code>DeviceCMYK</code>, color components whose
value is 0 do not write into the target, rather than writing a 0 value.
THIS BEHAVIOR IS NOT IMPLEMENTED YET.  The initial value of the overprint
mode is 0.</dd>
</dl>

<dl>
<dt><code>- .currentoverprintmode &lt;int&gt;</code></dt>
<dd>Returns the current overprint mode.</dd>
</dl>

<h4><a name="Character"></a>Character operators</h4>

<dl>
<dt><code>&lt;font&gt; &lt;charcode&gt; %Type1BuildChar -</code></dt>
<dd>This is not a new operator: rather, it is a name known specially to the
interpreter.  Whenever the interpreter needs to render a character (during
a ...<code>show</code>, <code>stringwidth</code>, or
<code>charpath</code>), it looks up the name <code>BuildChar</code>
in the font dictionary to find a procedure to run.  If it does not find
this name, and if the <code>FontType</code> is 1, the interpreter
instead uses the value (looked up on the dictionary stack in the usual way)
of the name <code>%Type1BuildChar</code>.</dd>

<p>
The standard definition of <code>%Type1BuildChar</code> is in the
initialization file <code>gs_type1.ps</code>.  Users should not need to
redefine <code>%Type1BuildChar</code>, except perhaps for tracing or
debugging.</p>
</dl>

<dl>
<dt><code>&lt;font&gt; &lt;charname&gt; %Type1BuildGlyph -</code></dt>
<dd>Provides the Type 1 implementation of <code>BuildGlyph</code>.</dd>
</dl>

<h3><a name="Other"></a>Other operators</h3>

<h4><a name="Mathematical"></a>Mathematical operators</h4>

<dl>
<dt><code>&lt;number&gt; arccos &lt;number&gt;</code></dt>
<dd>Computes the arc cosine of a number between -1 and 1.</dd>
</dl>

<dl>
<dt><code>&lt;number&gt; arcsin &lt;number&gt;</code></dt>
<dd>Computes the arc sine of a number between -1 and 1.</dd>
</dl>

<h4><a name="Dictionary"></a>Dictionary operators</h4>

<dl>
<dt><code>mark &lt;key1&gt; &lt;value1&gt; &lt;key2&gt; &lt;value2&gt; ... .dicttomark &lt;dict&gt;</code></dt>
<dd>Creates and returns a dictionary with the given keys and values.  This
is the same as the PostScript Level 2 <code>&gt;&gt;</code> operator,
but is available even in Level 1 configurations.</dd>
</dl>

<dl>
<dt><code>&lt;dict&gt; &lt;key&gt; .knownget &lt;value&gt; true</code></dt>
<dt><code>&lt;dict&gt; &lt;key&gt; .knownget false</code></dt>
<dd>Combines <code>known</code> and <code>get</code> in the
obvious way.</dd>
</dl>


<h4><a name="Relational"></a>Relational operators</h4>

<dl>
<dt><code>&lt;number|string&gt; &lt;number|string&gt; max &lt;number|string&gt;</code></dt>
<dd>Returns the larger of two numbers or strings.</dd>
</dl>

<dl>
<dt><code>&lt;number|string&gt; &lt;number|string&gt; min &lt;number|string&gt;</code></dt>
<dd>Returns the smaller of two numbers or strings.</dd>
</dl>

<h4><a name="File"></a>File operators</h4>

<dl>
<dt><code>&lt;file&gt; .fileposition &lt;integer&gt; true</code></dt>
<dd>Returns the position of <code>file</code>.  Unlike the standard
<code>fileposition</code> operator, which causes an error if the file is
not positionable, <code>.fileposition</code> works on all files,
including filters: for non-positionable files, it returns the total number
of bytes read or written since the file was opened.</dd>
</dl>

<dl>
<dt><code>&lt;string&gt; findlibfile &lt;foundstring&gt; &lt;file&gt; true</code></dt>
<dt><code>&lt;string&gt; findlibfile &lt;string&gt; false</code></dt>
<dd>Opens the file of the given name for reading, searching through
directories <a href="Use.htm#Finding_files">as described in the usage
documentation</a>.  If the search fails, <code>findlibfile</code> simply
pushes false on the stack and returns, rather than causing an error.</dd>
</dl>

<a name="Tempfile"></a>
<dl>
<dt><code>&lt;prefix_string|null&gt; &lt;access_string&gt; .tempfile
&lt;string&gt; &lt;file&gt;</code></dt>
<dd>Creates and opens a temporary file
like the <code>file</code> operator, also returning the file name.  There
are three cases for the <code>&lt;prefix_string|null&gt;</code> operand:</dd>

<ul>
<li><code>null</code>: create the file in the same directory and with the
same name conventions as other temporary files created by the Ghostscript
implementation on this platform.  E.g., the temporary file might be named
<code>/tmp/gs_a1234</code>.</li>
<li>A string that contains only alphanumeric characters, underline,
and dash: create the file in the standard temporary directory, but use
the
<code>&lt;prefix_string&gt;</code> as the first part of the file name.
E.g., if <code>&lt;prefix_string&gt;</code> is <code>xx</code>, the
temporary file might be named <code>/tmp/xxa1234</code>.</li>
<li>A string that is the beginning of an absolute file name: use the
<code>&lt;prefix_string&gt;</code> as the first part of the file name.
E.g., if <code>&lt;prefix_string&gt;</code> is
<code>/my/tmpdir/zz</code>, the temporary file might be named
<code>/my/tmpdir/zza1234</code>.</li>
<p>
When running in <code>SAFER</code> mode, the absolute path must
be one of the strings on the list given by the <code>PermitFileWriting</code>
userparameter. Temporary files created with <code>.tempfile</code> can
be deleted when in SAFER mode, and can be renamed to one of the paths
that is on <b>both</b> the PermitFileControl and PermitFileWriting
paths.</p>
</ul>

</dl>

<p>
Ghostscript also supports the following <code>IODevice</code> in
addition to a subset of those defined in the Adobe documentation:</p>
<ul>
<li>
<code>%pipe%command</code>, which opens a pipe on the given command.
This is supported only on operating systems that provide
<code>popen</code> (primarily Unix systems, and not all of those).</li>
<li>
<code>%disk#%</code>, which emulates the %disk0
through %disk9 devices on some Adobe PostScript printers. This pseudo
device provides a flat filenaming system with a user definable location
for the files (/Root). These devices will only be present if the
diskn.dev feature is specified during the build.</li>

<p>This feature is intended to allow compatibility with font downloaders
that expect to store fonts on the %disk device of the printer.</p>
<p>
Use of the %disk#% devices requires that the location of files be given
by the user setting the /Root device parameter. The syntax for setting
the /Root parameter is:<pre>
    mark /Root (directory_specification) (%disk#) .putdevparams
</pre>
For example, to store the files of the %disk0 device on the directory
/tmp/disk0, use:<pre>
    mark /Root (/tmp/disk0/) (%disk0) .putdevparams
</pre></p>
<p>The files will be stored in the specified directory with arbitrary names.
A mapping file is used to store the association between the file
names given for the file operations on the %diskn# device and the file
that resides in the /Root directory.</p>
</ul>

<h4><a name="Miscellaneous"></a>Miscellaneous operators</h4>

<dl>
<dt><code>&lt;array&gt; bind &lt;array&gt;</code></dt>
<dd>Depending on the command line parameters <code>bind</code> is redefined as:</dd>
</dl>

<blockquote><table>
<tr valign="bottom">
    <th valign="bottom" align="left">Flag</th>
    <th>&nbsp;&nbsp;&nbsp;</th>
    <th valign="bottom" align="left">Definition</th></tr>
<tr valign="top">    <td>DELAYBIND</td>
    <td>&nbsp;</td>
    <td>returns the argument, stores the argument for later use by <code>.bindnow</code></td></tr>
</table></blockquote>


<dl>
<dt><code>&lt;array&gt; .bind &lt;array&gt;</code></dt>
<dd>Performs standard <code>bind</code> operation as defined in PLRM regardless of
the DELAYBIND flag.</dd>
</dl>

<a name="bindnow"></a>
<dl>
<dt><code>- .bindnow -</code></dt>
<dd>Applies <code>bind</code> operator to all saved procedures after binding has been
deferred through -dDELAYBIND. Note that idiom recognition has no effect for the deferred
binding because the value returned from <code>bind</code> is discarded.</dd>
<p>
Since v. 8.12 <code>.bindnow</code> undefines itself and restores standard definition of
<code>bind</code> operator. In earlier versions after calling <code>.bindnow</code>,
the postscript <code>bind</code> operator needs to be rebound to the internal implementation
<code>.bind</code>, as in this fragment from the ps2ascii script:
<blockquote><pre><tt>DELAYBIND {
  .bindnow
  /bind /.bind load def
} if
</tt></pre></blockquote>
This is necessary for correct behavior with later code that uses the <code>bind</code> operator.</p>
</dl>

<dl>
<dt><code>&lt;string&gt; getenv &lt;string&gt; true</code></dt>
<dt><code>&lt;string&gt; getenv false</code></dt>
<dd>Looks up a name in the shell environment.  If the name is found,
returns the corresponding value and true; if the name is not found, returns
false.</dd>
</dl>

<dl>
<dt><code>&lt;string&gt; &lt;boolean&gt; .setdebug -</code></dt>
<dd>Sets or clears any subset of the debugging flags included in
<code>&lt;string&gt;</code> based on the value of
<code>&lt;boolean&gt;</code>. These correspond to the debug
flags set by <code>-Z</code> on the command line and enable
debug and tracing output from various internal modules.</dd>

<p>Note that most tracing output is only produced if the Ghostscript
interpreter was built with the <code>DEBUG</code> preprocessor
symbol defined.</p>

<p>The <code>zsetdebug()</code> C function, which implements this
operator, is a useful breakpoint for debuggers.
Inserting '<code>() true .setdebug</code>' in the interpreted code will
trigger a breakpoint at that location without side effects. The
current  flag state is available in C as the <code>gs_debug[]</code>
array, indexed by character value. The <code>zsetdebug</code> function will
be entered, and <code>gs_debug[]</code> updated, whether or not Ghostscript
is built with the <code>DEBUG</code> preprocessor symbol defined, so this
is useful even with release builds.</p>
</dl>

<dl>
<dt><code>- .setsafe -</code></dt>
<dd>If Ghostscript is started with <code>-dNOSAFER</code> or
<code>-dDELAYSAFER</code>, this operator can be used to enter <b>SAFER</b>
mode (see <a href="Use.htm#Safer"><b>-dSAFER</b></a>)</dd>
<p>
Since <b>SAFER</b> mode is implemented with userparameters and device parameters,
it is possible to use <code>save</code> and <code>restore</code> before
and after <code>.setsafe</code> to return to <b>NOSAFER</b> mode, but note
that such a save object is accessible to any procedures or file run in <b>SAFER</b> mode.
A malicious file with an unbalanced restore could potentially restore back to a point where
SAFER was not in operation.</p>
<p>
<b>Note: This uses setpagedevice to change .LockSafetyParams, so the page
will be erased as a side effect of this operator</b></p>
</dl>

<dl>
<dt><code>- .locksafe -</code></dt>
<dd>
This operator sets the current device's <code>.LockSafetyParams</code>
and the <code>LockFilePermissions</code> userparameter true as well as
adding the paths on LIBPATH and FONTPATH and the paths given by the
system params /GenericResourceDir and /FontResourceDir to the current
PermitFileReading list of paths.</dd>
<p>
If Ghostscript is started with <code>-dNOSAFER</code> or
<code>-dDELAYSAFER</code>, this operator can be used to enter <b>SAFER</b>
mode with the current set of <code>PermitFile...</code> user parameters
in effect. Since <code>.setsafe</code> sets the <code>PermitFile...</code>
user parameters to empty arrays, a script or job server that needs to
enable certain paths for file Reading, Writing and/or Control can use this
operator to perform the locking needed to enter <b>SAFER</b> mode.</p>
<p>
For example, to enable reading everywhere, but disallow writing and file
control (deleting and renaming files), the following can be used:</p>
<pre>
    { &lt;&lt; /PermitFileReading [ (*) ]
         /PermitFileWriting [ ]
         /PermitFileControl [ ]
      &gt;&gt; setuserparams
      .locksafe
    } stopped pop
</pre>
<p>In the above example, use of stopped will allow the use of this sequence on
older versions of Ghostscript where <code>.locksafe</code> was not an operator.</p>
<p>
<b>Note: This uses setpagedevice to change .LockSafetyParams, so the page
will be erased as a side effect of this operator</b></p>
<p>
See also <a href="#LockSafetyParams">.LockSafetyParams</a> and
<a href="#User_parameters">User Parameters</a>.</p>
</dl>

<dl>
<dt><a name=".setpdfwrite"></a>
<code>.setpdfwrite</code></dt>
<dd>This operator conditions the environment for the <tt>pdfwrite</tt> output device.
It is a shorthand for setting parameters that have been deemed benificial. While not strictly necessary, it is usually helpful to set call this when using the pdfwrite device.
For example, this is how the ps2pdf script calls Ghostscript:</dd>
<blockquote><code>
gs -q -dSAFER -dNOPAUSE -dBATCH -sOutputFile=file.pdf </code><em>[more options]</em><code> \<br>
&nbsp;&nbsp;-sDEVICE=pdfwrite -c .setpdfwrite -f </code><em>source1.ps [more files]</em>
</blockquote>
<p>Currently, the operator just sets a minimum 3&nbsp;MB vmthreshold to allow for
accumulating shared object data and to reduce the incidence of garbage
collection as a performance improvement. Additional settings may be added in the future.</p>
</dl>

<dl>
<dt><a name=".genordered"></a>
<code>&lt;dict&gt; .genordered &lt;dict&gt;</code> (default: /OutputType /Type3).</dt>
<dt><code>&lt;dict&gt; .genordered &lt;string&gt;</code> (/OutputType /ThreshString).</dt>
<dt><code>&lt;dict&gt; .genordered &lt;array&gt;</code> (/OutputType /TOSArray).</dt>
<dd>This operator creates an ordered dither screening pattern with the parameters from the dictionary, returning (by default) a PostScript HalftoneType 3 (threshold array based) dictionary suitable for use with  <code>sethalftone</code> or as a component Halftone of a <code>HalftoneType 5</code> Halftone dictionary. The /OutputType parameter can also select other than Halftone Type 3 as the return paramter,
<code>&lt;dict&gt;</code> has the following keys (all are optional):</dd>
<dl>
<dt><code>/Frequency</code></dt>
<dd>Integer; default value = 75</dd>
<dt><code>/Angle</code></dt>
<dd>Integer; default value = 0</dd>
<dt><code>/HResolution</code></dt>
<dd>Real or Integer; default value is device X resolution.</dd>
<dt><code>/VResolution</code></dt>
<dd>Real or Integer; default value is device Y resolution.</dd>
<dt><code>/DotShape</code></dt>
<dd>Integer; default value = 0 (CIRCLE). Other shapes available are:</dd>
<dd>    1=REDBOOK, 2=INVERTED, 3=RHOMBOID, 4=LINE_X, 5=LINE_Y, 6=DIAMOND1, 7=DIAMOND2, 8=ROUNDSPOT,</dd>
<dt><code>/SuperCellSize</code></dt>
<dd>Integer; default value = 1 -- actual cell size determined by Frequency, Angle, H/V Resolution.</dd>
<dd>A larger value will allow more levels to be attained.</dd>
<dt><code>/Levels</code></dt>
<dd>Integer; default value = 1 -- actual number of gray levels is determined by Frequency and H/V Resolution.</dd>
<dd>SuperCellSize may need to be specified large enough to achieve the requested number of gray levels.</dd>
<dt><code>/OutputType</code></dt>
<dd>Name; default value = /Type3 (HalftoneType 3 dictionary). Other shapes available are:</dd>
<dl>
<dt>/ThreshString: first two bytes are width (high byte first), next two bytes are height, followed by the
threshold array bytes (same as /Thresholds of the Type3 dictionary).</dt>
<dt>/TOSArray: first element is the width, next is the height, followed by pairs X, then Y, of the turn-on-sequence of the threshold array. This information can be used to construct a threshold array with a transfer function "pickled into" the threshold array, which is useful if the turn-on-sequence has more than 256 pairs. Refer to toolbin/halftone/thresh_remap for more information.</dt>
</dl>
</dl>
</dl>

<dl>
<dt><a name=".shellarguments"></a>
<code>.shellarguments</code></dt>
<dd>This operator is used to access the ARGUMENTS command line option.  See examples in lib for more information.</dd>
</dl>


<h4><a name="Device"></a>Device operators</h4>

<dl>
<dt><code>&lt;device&gt; copydevice &lt;device&gt;</code></dt>
<dd>Copies a device.  The copy is writable and installable.  The copy is
created in the current VM (local or global), usually local VM for executing
ordinary PostScript files.</dd>
</dl>

<dl>
<dt><code>&lt;devicename&gt; finddevice &lt;device&gt;</code></dt>
<dd>Creates a default instance of a device specified by name.  The instance
is created in global VM.  If <code>finddevice</code> is called more than
once with the same device name, it creates the default instance the first
time, and returns the same instance thereafter.</dd>
</dl>

<dl>
<dt><code>&lt;devicename&gt; findprotodevice &lt;device&gt;</code></dt>
<dd>Finds the prototype of a device specified by name.  A prototype can be
used with <code>getdeviceprops</code> or other parameter-reading
operators, but it is read-only and cannot be set with
<code>setdevice</code>: it must be copied first.</dd>
</dl>

<dl>
<dt><code>&lt;matrix&gt; &lt;width&gt; &lt;height&gt; &lt;palette&gt; makeimagedevice &lt;device&gt;</code></dt>
<dd>Makes a new device that accumulates an image in memory. <code>
matrix</code> is the initial transformation matrix: it must be orthogonal
(that is, [a&nbsp;0&nbsp;0&nbsp;b&nbsp;x&nbsp;y] or
[0&nbsp;a&nbsp;b&nbsp;0&nbsp;x&nbsp;y]).  <code>palette</code> is a
string of 2^<small><sup><b>N</b></sup></small> or
3&nbsp;&times;&nbsp;2^<small><sup><b>N</b></sup></small> elements,
specifying how the 2^<small><sup><b>N</b></sup></small> possible pixel
values will be interpreted.  Each element is interpreted as a gray value,
or as RGB values, multiplied by 255.  For example, if you want a monochrome
image for which 0=white and 1=black, the palette should be
<code>&lt;ff&nbsp;00&gt;</code>; if you want a 3-bit deep image with
just the primary colors and their complements (ignoring the fact that 3-bit
images are not supported), the palette might be <code>&lt;000000 0000ff
00ff00 00ffff ff0000 ff00ff ffff00 ffffff&gt;</code>.  At present, the
palette must contain exactly 2, 4, 16, or 256 entries, and must contain an
entry for black and an entry for white; if it contains any entries that
aren't black, white, or gray, it must contain at least the six primary
colors (red, green, blue, and their complements cyan, magenta, and yellow);
aside from this, its contents are arbitrary.</dd>

<p>
Alternatively, palette can be 16, 24, 32, or null (equivalent to 24).
These are interpreted as:</p>

<blockquote><table>
<tr valign="bottom">
    <th valign="bottom" align="left">Palette</th>
    <th>&nbsp;&nbsp;&nbsp;</th>
    <th valign="bottom" align="left">Bits allocated per color</th></tr>
<tr valign="top">    <td>16</td>
    <td>&nbsp;</td>
    <td>5 red, 6 green, 5 blue</td></tr>
<tr valign="top">    <td>24</td>
    <td>&nbsp;</td>
    <td>8 red, 8 green, 8 blue</td></tr>
<tr valign="top">    <td>32</td>
    <td>&nbsp;</td>
    <td>8C, 8M, 8Y, 8K</td></tr>
</table></blockquote>

<p>
Note that one can also make an image device (with the same palette as an
existing image device) by copying a device using the
<code>copydevice</code> operator.</p>
</dl>

<dl>
<dt><code>&lt;device&gt; &lt;index&gt; &lt;string&gt; copyscanlines &lt;substring&gt;</code></dt>
<dd>Copies one or more scan lines from an image device into a string,
starting at a given scan line in the image.  The data is in the same format
as for the <code>image</code> operator.  It is an error if the device is
not an image device or if the string is too small to hold at least one
complete scan line.  Always copies an integral number of scan lines.</dd>
</dl>

<dl>
<dt><code>&lt;device&gt; setdevice -</code></dt>
<dd>
<p>
Sets the current device to the specified device.  Also resets the
transformation and clipping path to the initial values for the device.
Signals an <code>invalidaccess</code> error if the device is a
prototype or if <a href="Language.htm#LockSafetyParams">.LockSafetyParams</a>
is true for the current device.</p>
<p>
Some device properties may need to be set with <tt>putdeviceprops</tt> before
<code>setdevice</code> is called. For example, the pdfwrite device will try
to open its output file, causing an <tt>undefinedfilename</tt> error if
<code>OutputFile</code> hasn't been set to a valid filename. Another
method in such cases is to use the level 2 operator instead:

  <code>&lt;&lt;&nbsp;/OutputDevice /pdfwrite /OutputFile
(MyPDF.pdf)&nbsp;&gt;&gt;    setpagedevice</code>.</p></dd>

</dl>

<dl>
<dt><code>- currentdevice &lt;device&gt;</code></dt>
<dd>Gets the current device from the graphics state.</dd>
</dl>

<dl>
<dt><code>&lt;device&gt; getdeviceprops &lt;mark&gt; &lt;name1&gt; &lt;value1&gt; ... &lt;namen&gt; &lt;valuen&gt;</code></dt>
<dd>Gets the properties of a device.  See the section on
<a href="#Device_parameters">device parameters</a> below for details.</dd>
</dl>

<dl>
<dt><code>&lt;mark&gt; &lt;name1&gt; &lt;value1&gt; ... &lt;namen&gt; &lt;valuen&gt; &lt;device&gt; putdeviceprops &lt;device&gt;</code></dt>
<dd>Sets properties of a device.  May cause <code>undefined</code>,
<code>invalidaccess</code>, <code>typecheck</code>, <code>rangecheck</code>, or
<code>limitcheck</code> errors.</dd>
</dl>

<hr>

<h2><a name="Filters"></a>Filters</h2>

<h3><a name="Standard_filters"></a>Standard filters</h3>

<p>
In its usual configuration, Ghostscript supports all the standard PostScript
LanguageLevel 3 filters, both encoding and decoding, except that it does not
currently support:</p>

<ul>

<li>the <code>EarlyChange</code> key in the <code>LZWEncode</code>
filter.</li>

</ul>

<p>
Ghostscript also supports additional keys in the optional dictionary
operands for some filters.  For the <code>LZWDecode</code> filter:</p>

<dl>
<dt><code>InitialCodeLength &lt;integer&gt;</code> (default 8)</dt>
<dd>An integer between 2 and 11 specifying the initial number of data bits
per code.  Note that the actual initial code length is 1 greater than this,
to allow for the reset and end-of-data code values.</dd>
</dl>

<dl>
<dt><code>FirstBitLowOrder &lt;boolean&gt;</code> (default false)</dt>
<dd>If true, codes appear with their low-order bit first.</dd>
</dl>

<dl>
<dt><code>BlockData &lt;boolean&gt;</code> (default false)</dt>
<dd>If true, the data is broken into blocks in the manner specified for the
GIF file format.</dd>
</dl>

<p>
For the <code>CCITTFaxEncode</code> and <code>CCITTFaxDecode</code>
filters:</p>

<dl>
<dt><code>DecodedByteAlign &lt;integer&gt;</code> (default 1)</dt>
<dd>An integer <b>N</b> with the value 1, 2, 4, 8, or 16, specifying that
decoded data scan lines are always a multiple of <b>N</b> bytes.  The
encoding filter skips data in each scan line from Columns to the next
multiple of <b>N</b> bytes; the decoding filter pads each scan line to a
multiple of <b>N</b> bytes.</dd>
</dl>

<h3><a name="Non_standard_filters"></a>Non-standard filters</h3>

<p>
In addition to the standard PostScript LanguageLevel 3 filters, Ghostscript
supports the following non-standard filters.  Many of these filters are used
internally to implement standard filters or facilities; they are almost
certain to remain, in their present form or a backward-compatible one, in
future Ghostscript releases.</p>

<dl>
<dt><code>&lt;target&gt; /BCPEncode filter &lt;file&gt;</code></dt>
<dt><code>&lt;source&gt; /BCPDecode filter &lt;file&gt;</code></dt>
<dd>Create filters that implement the Adobe Binary Communications Protocol.
See Adobe documentation for details.</dd>
</dl>

<dl>
<dt><code>&lt;target&gt; &lt;seed_integer&gt; /eexecEncode filter &lt;file&gt;</code></dt>
<dd>Creates a filter for encrypting data into the encrypted format described
in the Adobe Type 1 Font Format documentation.  The
<code>seed_integer</code> must be 55665 for the <code>eexec</code>
section of a font, or 4330 for a <code>CharString</code>.  Note that for
the <code>eexec</code> section of a font, this filter produces binary
output and does not include the initial 4 (or <code>lenIV</code>) garbage
bytes.</dd>
</dl>

<dl>
<dt><code>&lt;source&gt; &lt;seed_integer&gt; /eexecDecode filter &lt;file&gt;</code></dt>
<dt><code>&lt;source&gt; &lt;dict&gt; /eexecDecode filter &lt;file&gt;</code></dt>
<dd>Creates a filter for decrypting data encrypted as described in the Adobe
Type 1 Font Format documentation.  The <code>seed_integer</code> must be
55665 or 4330 as described just above.  PDF interpreters don't skip space characters
after operator <code>eexec</code>.  Use <code>keep_spaces = true</code> for
decoding embedded PDF fonts.  Recognized dictionary keys are:</dd>

<blockquote>
<code>seed &lt;16-bit integer&gt;</code> (required)<br>
<code>lenIV &lt;non-negative integer&gt;</code> (default=4)<br>
<code>eexec &lt;bool&gt;</code> (default=<code>false</code>)<br>
<code>keep_spaces &lt;bool&gt;</code> (default=<code>false</code>)
</blockquote>
</dl>

<dl>
<dt><code>&lt;target&gt; /MD5Encode filter &lt;file&gt;</code></dt>
<dd>Creates a filter that produces the 16-byte MD5 digest of the input.
Note that no output is produced until the filter is closed.</dd>
</dl>

<dl>
<dt><code>&lt;source&gt; &lt;hex_boolean&gt; /PFBDecode filter &lt;file&gt;</code></dt>
<dd>Creates a filter that decodes data in <code>.PFB</code> format, the
usual semi-binary representation for Type 1 font files on IBM PC and
compatible systems.  If <code>hex_boolean</code> is true, binary packets
are converted to hex; if false, binary packets are not converted.</dd>
</dl>

<dl>
<dt><code>&lt;target&gt; &lt;dict&gt; /PixelDifferenceEncode filter &lt;file&gt;</code></dt>
<dt><code>&lt;source&gt; &lt;dict&gt; /PixelDifferenceDecode filter &lt;file&gt;</code></dt>
<dd>Implements the Predictor=2 pixel-differencing option of the LZW
filters.  Recognized keys are:</dd>

<blockquote>
<code>Colors &lt;integer&gt;</code> (1 to 4, default=1)<br>
<code>BitsPerComponent &lt;integer&gt;</code> (1, 2, 4, or 8, default=8)<br>
<code>Columns &lt;integer&gt;</code> (&gt;= 0, required)
</blockquote>

<p>
See the Adobe <a href="http://partners.adobe.com/public/developer/pdf/index_reference.html"><em>PDF Reference Manual</em></a> for details.</p>
</dl>

<dl>
<dt><code>&lt;target&gt; &lt;dict&gt; /PNGPredictorEncode filter &lt;file&gt;</code></dt>
<dt><code>&lt;source&gt; &lt;dict&gt; /PNGPredictorDecode filter &lt;file&gt;</code></dt>
<p><dd>Implements the "filter" algorithms of the
<a href="http://www.libpng.org/pub/png/">Portable Network Graphics (PNG)
graphics format</a>.  Recognized keys are:</dd></p>

<blockquote><table>
<tr><th colspan="5">Keys recognized in PNG filter algorithms</th></tr>
<tr valign="bottom">
    <th align="left">Key</th>
    <th>&nbsp;&nbsp;</th>
    <th align="left">Range</th>
    <th>&nbsp;&nbsp;</th>
    <th align="left">Default</th></tr>
<tr valign="top">    <td><code>Colors &lt;integer&gt;</code></td>
    <td>&nbsp;&nbsp;&nbsp;</td>
    <td>1 to 16</td>
    <td>&nbsp;&nbsp;</td>
    <td>16</td></tr>
<tr valign="top">    <td><code>BitsPerComponent &lt;integer&gt;</code></td>
    <td>&nbsp;</td>
    <td>1, 2, 4, 8, or 16</td>
    <td>&nbsp;&nbsp;</td>
    <td>8</td></tr>
<tr valign="top">    <td><code>Columns &lt;integer&gt;</code></td>
    <td>&nbsp;</td>
    <td>&gt;= 0</td>
    <td>&nbsp;&nbsp;</td>
    <td>1</td></tr>
<tr valign="top">    <td><code>Predictor &lt;integer&gt;</code></td>
    <td>&nbsp;</td>
    <td>10 to 15</td>
    <td>&nbsp;&nbsp;</td>
    <td>15</td></tr>
</table></blockquote>

<p>
The <code>Predictor</code> is the PNG algorithm number + 10 for the
<code>Encoding</code> filter; the <code>Decoding</code> filter
ignores <code>Predictor</code>.  15 means the encoder attempts to
optimize the choice of algorithm.  For more details see the PNG
specification</p>

<blockquote>
<a href="http://www.w3.org/TR/WD-png-960128.html">http://www.w3.org/TR/WD-png-960128.html</a>
</blockquote>
</dl>

<dl>
<dt><code>&lt;target&gt; /TBCPEncode filter &lt;file&gt;</code></dt>
<dt><code>&lt;source&gt; /TBCPDecode filter &lt;file&gt;</code></dt>
<dd>Create filters that implement the Adobe Tagged Binary Communications
Protocol.  See Adobe documentation for details.</dd>
        </dl>

<dl>
<dt><code>&lt;target&gt; /zlibEncode filter &lt;file&gt;</code></dt>
<dt><code>&lt;source&gt; /zlibDecode filter &lt;file&gt;</code></dt>
<dd>Creates filters that use the data compression method variously known as
'zlib' (the name of a popular library that implements it), 'Deflate' (as in
<a href="http://www.ietf.org/rfc/rfc1951.txt">RFC 1951</a>, which is a
detailed specification for the method), 'gzip' (the name of a popular
compression application that uses it), or 'Flate' (Adobe's name).  Note that
the PostScript <code>Flate</code> filters are actually a combination of
this filter with an optional predictor filter.</dd>
</dl>

<h3><a name="Unstable_filters"></a>Unstable filters</h3>

<p>
Some versions of Ghostscript may also support other non-standard filters for
experimental purposes.  The current version includes the following such
filters, which are not documented further.  No code should assume that these
filters will exist in compatible form, or at all, in future versions.</p>

<dl>
<dt><code>&lt;target/source&gt; &lt;string&gt; ByteTranslateEncode/Decode filter &lt;file&gt;</code></dt>
<dd><code>string</code> must be a string of exactly 256 bytes.  Creates a
filter that converts each input byte <em>b</em> to
<code>string</code>[<em>b</em>].  Note that the <code>Encode</code>
and <code>Decode</code> filters operate identically: the client must
provide a <code>string</code> for the <code>Decode</code> filter that
is the inverse mapping of the <code>string</code> for the
<code>Encode</code> filter.</dd>
</dl>

<dl>
<dt><code>&lt;target/source&gt; &lt;dict&gt; BoundedHuffmanEncode/Decode filter &lt;file&gt;</code></dt>
<dd>These filters encode and decode data using Huffman codes.  Since these
filters aren't used anywhere, we don't document them further, except to note
the recognized dictionary keys, which must be set identically for encoding
and decoding:</dd>

<blockquote>
<code>FirstBitLowOrder &lt;bool&gt;</code> (default=false)<br>
<code>MaxCodeLength &lt;int&gt;</code> (default=16)<br>
<code>EndOfData &lt;bool&gt;</code> (default=true)<br>
<code>EncodeZeroRuns &lt;int&gt;</code> (default=256)<br>
<code>Tables &lt;int_array&gt;</code>
</blockquote>
</dl>

<dl>
<dt><code>&lt;target/source&gt; &lt;dict&gt; BWBlockSortEncode/Decode filter &lt;file&gt;</code></dt>
<dd>This filter implements the Burroughs-Wheeler block sorting compression
method, which we've heard is also used in the popular <code>bzip2</code>
compression application.  See <a
href="http://sources.redhat.com/bzip2/">http://sources.redhat.com/bzip2/</a>
for more information.  The only recognized dictionary key is:</dd>

<blockquote>
<code>BlockSize &lt;integer&gt;</code> (default=16384)
</blockquote>
</dl>

<hr>

<h2><a name="Device_parameters"></a>Device parameters</h2>

Ghostscript supports the concept of device parameters for all devices, not
just page devices.  (For non-page devices, these are accessible through
<code>getdeviceprops</code> and <code>putdeviceprops</code>, as
indicated above.)  Here are the currently defined parameters for all
devices:

<dl>
<dt><a name="LockSafetyParams"></a>
<code>.LockSafetyParams &lt;boolean&gt;</code></dt>
<dd>This parameter allows for improved system security by preventing
PostScript programs from being able to change potentially dangerous
device paramters such as OutputFile. This parameter cannot be set false
if it is already true.</dd>
<p>
If this parameter is true for the current device, attempt to set a new
device that has <code>.LockSafetyParams</code> false will signal an
<code> invalidaccess</code> error.</p>
</dl>

<dl>
<dt><code>BitsPerPixel &lt;integer&gt; (usually read-only)</code></dt>
<dd>Number of bits per pixel.</dd>
</dl>

<dl>
<dt><code>.HWMargins [&lt;four floats&gt;]</code></dt>
<dd>Size of non-imageable regions around the edges of the page, in points
(units of 1/72in; see the <a href="Devices.htm#Measurements">notes on
measurements</a> in the documentation on devices).</dd>
</dl>

<dl>
<dt><code>HWSize [&lt;integer&gt; &lt;integer&gt;]</code></dt>
<dd>X and Y size in pixels.</dd>
</dl>

<dl>
<dt><code>%MediaSource &lt;integer&gt;</code></dt>
<dd>The input tray key as determined by setpagedevice. PostScript
language programs don't set this parameter directly; they can
<em>request</em> a particular tray through the MediaPosition
setpagedevice parameter, but the setpagedevice logic need not
necessarily honor the request. Devices which support switchable trays
should implement %MediaSource in their put_params device procedure,
but (unlike most other such parameters) need not implement
corresponding reading logic in get_params.</dd>
</dl>

<dl>
<dt><code>%MediaDestination &lt;integer&gt;</code></dt>
<dd>The output tray key as determined by setpagedevice. Handling by
devices should be parallel to %MediaSource.</dd>
</dl>

<dl>
<dt><code>.IgnoreNumCopies &lt;boolean&gt;</code></dt>
<dd>Some page description languages support a NumCopies parameter.
This parameter instructs the device to ignore this, producing only
one copy of the document on output. Note that some devices ignore
NumCopies regardless because of limitation of the output format
or the implementation.</dd>
</dl>

<dl>
<dt><code>Name &lt;string&gt; (read-only)</code></dt>
<dd>The device name.  Currently the same as <code>OutputDevice</code>.</dd>
</dl>

<dl>
<dt><code>Colors, GrayValues, RedValues, GreenValues, BlueValues, ColorValues (usually read-only)</code></dt>
<dd>As for the <code>deviceinfo</code> operator of Display PostScript.
<code>Red</code>, <code>Green</code>, <code>Blue</code>, and
<code>ColorValues</code> are only defined if
<code>Colors</code>&nbsp;&gt;&nbsp;1.</dd>
</dl>

<dl>
<dt><code>TextAlphaBits, GraphicsAlphaBits (usually read-only)</code></dt>
<dd>The number of bits of anti-aliasing information for text or graphics
respectively.  Legal values are 1 (no anti-aliasing, the default for most
devices), 2, or 4.</dd>
<p>Because this feature relies upon rendering the input it is incompatible, and will generate
an error on attempted use, with any of the vector output devices.</p>
</dl>

<p>
Ghostscript also supports the following read-only parameter that is not a
true device parameter:</p>

<dl>
<dt><code>.EmbedFontObjects &lt;integer&gt;</code></dt>
<dd>If non-zero, indicates that the device may embed font objects (as
opposed to bitmaps for individual characters) in the output.  The purpose of
this parameter is to disable third-party font renderers for such devices.
(This is zero for almost all devices.)</dd>
</dl>

<p>
In addition, the following are defined per Adobe's documentation for the
<code>setpagedevice</code> operator:</p>

<blockquote>
<code>Duplex</code> (if supported)<br>
<code>HWResolution</code><br>
<code>ImagingBBox</code><br>
<code>Margins</code><br>
<code>LeadingEdge</code><br>
<code>MediaPosition</code><br>
<code>NumCopies</code> (for printers only)<br>
<code>Orientation</code> (if supported)<br>
<code>OutputDevice</code><br>
<code>PageOffset</code> (write-only)<br>
<code>PageSize</code><br>
<code>ProcessColorModel</code> (usually read-only)<br>
</blockquote>

<p>
Some devices may only allow certain values for <code>HWResolution</code>
and <code>PageSize</code>.  The null device ignores attempts to set
<code>PageSize</code>; its size is always <code>[0&nbsp;0]</code>.</p>

<p>
It should be noted that calling <tt>setpagedevice</tt> with one of the above keys may reset the effects of any <code>pdfmark</code> commands up to that point. In particular this is true of HWResolution, a behavior that differs from Adobe Distiller.</p>

<a name="Banding_parameters"></a>
<p><b>
For raster printers and image format (jpeg*, tiff*, png* ...) devices these
page device parameters are also defined:</b></p>
<dl>
<dt><code>MaxBitmap &lt;integer&gt;</code></dt>
<dd>Maximum space for a full page raster image (bitmap) in memory.</dd>
<p>This value includes the space for padding raster lines and for an array of
pointers for each raster line, thus the <code>MaxBitmap</code> value to allow
a given PageSize of a specific number of bits per pixel to be rendered in a
full page buffer may be somewhat larger than the bitmap size alone.</p>
</dl>

<dl>
<dt><code>BandListStorage &lt;file|memory&gt;</code></dt>
<dd>The default is determined by the make file macro <code>BAND_LIST_STORAGE</code>.
Since <code>memory</code> is always included, specifying <code>-sBandListStorage=memory</code>
when the default is <code>file</code> will use memory based storage for the
band list of the page. This is primarily intended for testing, but if the disk I/O is
slow, band list storage in memory may be faster.</dd>
</dl>

<dl>
<dt><code>BufferSpace &lt;integer&gt;</code></dt>
<dd>Size of the buffer space for band lists, if the full page raster image
(bitmap) is larger than <code>MaxBitmap</code> (see above.)</dd>

<p>The buffer space is used to collect display list (clist) commands for the
bands and then to consolidate those commands when writing the clist to the
selected BAND_LIST_STORAGE device (memory or file) set when Ghostscript is compiled.</p>
<p>If <code>MaxBitmap</code> (above) forces banding mode, and if <code>BufferSpace</code>
is large enough, the display list (clist) will consist of a single band.</p>
<p>The  <code>BufferSpace</code> will determine the size of the 'consolidation'
buffer (above) even if the <code>MaxBitmap</code> value is low enough to force
banding/clist mode.</p>
</dl>

<dl>
<dt><code>BGPrint &lt;boolean&gt;</code></dt>
<dd>With many printer devices, when the display list (clist) banding mode is being used,
the page rendering and output can be performed in a background thread.
The default value, <code>false</code>, causes the rendering and printing to be
done in the same thread as the parser. When <code>-dBGPrint=true</code>, the
page output will be overlapped with parsing and writing the clist for the next page.</dd>
<p>If the device does not support background printing, rendering and printing will
be performed as if <code>-dBGPrint=false</code>.</p>
<p>Note that  the background printing thread will allocate a band buffer (size determined
by the <code>BufferSpace</code> or <code>BandBufferSpace</code> values) in addition to
the band buffer in the 'main' parsing thread.</p>
<p>If <code>NumRenderingThreads</code> is &gt; 0, then the background printing thread
will use the specified number of rendering threads as children of the background printing
thread. The background printing thread will perform any processing of the raster data
delivered by the rendering threads. Note that BGPrint is disabled for vector devices such as pdfwrite
and NumRenderingThreads has no effect on these devices eitehr.</p>
</dl>

<dl>
<dt><code>GrayDetection &lt;boolean&gt;</code></dt>
<dd>When <code>true</code>, and when the display list (clist) banding mode is being used,
during writing of the clist, the color processing logic collects information about the
colors used <b>before</b> the device color profile is applied. This allows special devices
that examine <code>dev-&gt;icc_struct-&gt;pageneutralcolor</code> with the information that all
colors on the page are near <i>neutral</i>, i.e. monochrome, and converting the rendered
raster to gray may be used to reduce the use of color toners/inks.</dd>
<p>
Since the determination of whether or not the page uses colors is determined before the
conversion to device colors, this information is independent of the device output profile.
The determination has a small delta (<tt>DEV_NEUTRAL</tt> and <tt>AB_NEUTRAL</tt> in
<tt>base/gscms.h</tt>) to allow colors close to neutral to be detected as neutral.
Changing this value requires rebuilding.</p>
<p>
Among the devices distributed with the source, currently only the <code>pnmcmyk</code>
device supports this parameter and will produce either a <code>P7 PAM</code> CMYK output
or a  <code>P5 PGM</code> Gray output depending on the use of color on the page.</p>
<p>
Also, the 'pageneutralcolor' status can be interrogated as a device parameter of the
same name. Using PostScript there are several methods:</p>
<pre>
    currentpagedevice /pageneutralcolor get

    mark currentdevice getdeviceprops .dicttomark /pageneutralcolor get

    /pageneutralcolor /GetDeviceParam .special_op { exch pop }{ //false } ifelse
</pre>
<p>
Note that the <tt>pageneutralcolor</tt> state is reset to <tt>false</tt> after the
page is output, so this parameter is only valid immediately <b>before</b> <tt>showpage</tt>
is executed, although the <tt>setpagedevice EndPage</tt> procedure can be used to check
the state just prior to the actual output of the page that resets <tt>pagenuetralcolor</tt>.
For example:</p>
<pre>
    &lt;&lt; /EndPage {
      exch pop 2 ne dup {
        currentpagedevice /pageneutralcolor get (pageneutralcolor: ) print = flush
      } if
    }
    &gt;&gt; setpagedevice
</pre>
<b>Notes:</b>
<p>
Since <code>-dGrayDetection=true</code> requires extra checking during
writing of the clist, this option should <b>only</b> be used for devices that
support the optimization of pages to monochrome, otherwise performance may be degraded
for no benefit.</p>
<p>
Since GrayDetection=true is only effective when in clist (banding) mode, it is recommended
to also force banding. For example: <b><tt>-dGrayDetection=true -dMaxBitmap=0</tt></b></p>
</dl>

<dl>
<dt><code>NumRenderingThreads &lt;integer&gt;</code></dt>
<dd>When the display list (clist) banding mode is being used, bands can be rendered
in separate threads. The default value, 0, causes the rendering of bands to be
done in the same thread as the parser and device driver. <code>NumRenderingThreads</code>
of 1 or higher results in bands rendering in the specified number of 'background'
threads.</dd>
<p>The number of threads should generally be set to the number of available
processor cores for best throughput.</p>
<p>Note that each thread will allocate a band buffer (size determined by the
<code>BufferSpace</code> or <code>BandBufferSpace</code> values) in addition to
the band buffer in the 'main' thread.</p>
<p>Additoinally note that ths parameter has no effect with devices which do not generally
render to a bitmap output, such as the vector devices (eg pdfwrite) and has no effect
when rendering, but not using a clist. See <a href="Use.htm#Improving_performance">Improving_performance</a>
</p>
</dl>

<dl>
<dt><code>OutputFile &lt;string&gt;</code></dt>
<dd>An empty string means "send to printer directly", otherwise specifies
the file name for output; <code>%d</code> is replaced by the page number
for page-oriented output devices;
on Unix systems <code>%pipe%</code><em>command</em> writes to a pipe.
(<code>|</code><em>command</em> also writes to a pipe, but is now
deprecated).  Also see the <code>-o</code> parameter.</dd>
<p>
Attempts to set this parameter if <code>.LockSafetyParams</code> is true
will signal an <code>invalidaccess</code> error.</p>
</dl>

<dl>
<dt><code>OpenOutputFile &lt;boolean&gt;</code></dt>
<dd>If true, open the device's output file when the device is opened,
rather than waiting until the first page is ready to print.</dd>
</dl>

<dl>
<dt><code>PageCount &lt;integer&gt; (read-only)</code></dt>
<dd>Counts the number of pages printed on the device.</dd>
</dl>

<p>
The following parameters are for use only by very specialized applications
that separate band construction from band rasterization. <b>Improper use may
cause unpredictable errors.</b>  In particular, if you only want to allocate
more memory for banding, to increase band size and improve performance, use
the <code>BufferSpace</code> parameter, not <code>BandBufferSpace</code>.</p>

<dl>
<dt><code>BandHeight &lt;integer&gt;</code></dt>
<dd>The height of bands when banding.  0 means use the largest band height
that will fit within the <code>BandBufferSpace</code> (or <code>BufferSpace</code>,
if <code>BandBufferSpace</code> is not specified). If <code>BandHeight</code>
is larger than the number of lines that will fit in the buffer, opening the device will fail.</dd>
</dl>

<dl>
<dt><code>BandWidth &lt;integer&gt;</code></dt>
<dd>The width of bands in the rasterizing pass, in pixels.  0 means use the
actual page width. A BandWidth value smaller than the width of the page
will be ignored, and the actual page width will be used instead.</dd>
</dl>

<dl>
<dt><code>BandBufferSpace &lt;integer&gt;</code></dt>
<dd>The size of the band buffer in the rasterizing pass, in bytes.  0 means
use the same buffer size as for the interpretation pass.</dd>
</dl>

<p>
Ghostscript supports the following parameter for
<code>setpagedevice</code> and <code>currentpagedevice</code> that is
not a device parameter per se:</p>

<dl>
<dt><code>ViewerPreProcess &lt;procedure&gt;</code></dt>
<dd>Specifies a procedure to be applied to the page device dictionary
before any other processing is done.  The procedure may not alter the
dictionary, but it may return a modified copy.  This "hook" is provided for
use by viewing programs such as GSview.</dd>
</dl>

<hr>

<h2><a name="User_parameters"></a>User parameters</h2>

Ghostscript supports the following non-standard user parameters:

<dl>
<dt><code>ProcessDSCComment &lt;procedure|null&gt;</code></dt>
<dd>If not null, this procedure is called whenever the scanner detects a DSC
comment (comment beginning with <code>%%</code> or <code>%!</code>).
There are two operands, the file and the comment (minus any terminating
EOL), which the procedure must consume.</dd>
</dl>

<dl>
<dt><code>ProcessComment &lt;procedure|null&gt;</code></dt>
<dd>If not null, this procedure is called whenever the scanner detects a
comment (or, if <code>ProcessDSCComment</code> is also not null, a
comment other than a DSC comment).  The operands are the same as for
<code>ProcessDSCComment</code>.</dd>
</dl>

<dl>
<dt><code>LockFilePermissions &lt;boolean&gt;</code></dt>
<dd>If <tt>true</tt>, this parameter and the three <tt>PermitFile...</tt>
parameters cannot be changed. Attempts to change any of the values
when LockFilePermissions is <tt>true</tt> will signal <code>invalidaccess</code>.
Also, when this value is <tt>true</tt>, the <code>file</code> operator
will give <code>invalidaccess</code> when attempting to open files
(processes) using the <code>%pipe</code> device.</dd>
<p>
Also when <code>LockFilePermissions</code> is <tt>true</tt>, strings
cannot reference the parent directory (platform specific). For example
<code>(../../xyz)</code> is illegal on unix, Windows
and Macintosh, and <code>([.#.#.XYZ])</code> is illegal on VMS.</p>
<p>
This parameter is set <tt>true</tt> by the <code>.setsafe</code> and
<code>.locksafe</code> operators.</p>
</dl>

<dl>
<dt><code>PermitFileReading &lt;array of strings&gt;</code></dt>
<dt><code>PermitFileWriting &lt;array of strings&gt;</code></dt>
<dt><code>PermitFileControl &lt;array of strings&gt;</code></dt>
<dd>These parameters specify paths where file reading, writing and the
'control' operations are permitted, respectively. File control
operations are <code>deletefile</code> and <code>renamefile</code>.
For <code>renamefile</code>, the filename for the current filename
must match one of the paths on the PermitFileControl list, and the
new filename must be on <b>both</b> the PermitFileControl and the
PermitFileWriting lists of paths.</dd>
<p>
The strings can contain wildcard characters as for the <code>filenameforall</code>
operator and unless specifying a single file, will end with a <b>*</b>
for directories (folders) to allow access to all files and sub-directories
in that directory.</p>
<p>
<b>Note:</b> The strings are used for stringmatch operations similar
to <code>filenameforall</code>, thus on MS Windows platforms, use the '/'
character to separate directories and filenames or use '\\\\' to
have the string contain '\\' which will match a single '\' in the
target filename (use of '/' is strongly recommended).</p>
<p>
The <a href="Use.htm#Safer"><b>SAFER</b></a> mode and the
<code>.setsafe</code> operator set all three lists to empty arrays,
thus the only files that can be read are the <code>%stdin</code> device and
on LIBPATH or FONTPATH or the Resource paths specified by the /FontResourceDir
or /GenericResourceDir system params. Files cannot be opened for writing
anywhere and cannot be deleted or renamed except for files created with the
<a href="#Tempfile"><b>.tempfile</b></a> operator).</p>
<p>
<b>Note: </b>Limiting file reading as above is <b>NOT</b> compatible with
SAFER mode in release versions before 7.11 and corresponds to the use of
<code>-dPARANOIDSAFER</code> in version 7.04 (up to and not including
version 7.10) and GPL versions 6.53 (up to and not including 6.60).</p>
</dl>

<dl>
<dt><code>AlignToPixels &lt;integer&gt;</code></dt>
<dd>Control sub-pixel positioning of character glyphs (where
applicable). A value of 1 specifies alignment of text characters to
pixels boundaries. A value of 0 to subpixels where the division factor
is set by the device parameter <code>TextAlphaBits</code>. If the
latter is 1, the same rendering results regardless of the value of
<code>AlignToPixels</code>. The initial value defaults to 1, but this
may be overridden by the command line argument
<code>-dAlignToPixels</code>.</dd>
</dl>


<dl>
<dt><a name="GridFitTT"></a>
<code>GridFitTT &lt;integer&gt;</code></dt>
<dd>Control the use of True Type grid fitting.
Ghostscript, by default, uses Freetype for rendering Truetype (and most other) glyphs
(but other scaler/renderer libraries can be used), thus has access to a complete Truetype
bytecode interpreter.</dd>
<p>
This parameter controls the hinting of Truetype glyphs.</p>
<ul>
<li>
A value of 0 disables grid fitting for all True Type fonts (not generally recommended).
</li>

<li>
A value of 1 enables the grid fitting using the native Truetype hinting bytecode
program(s). Fonts or glyphs with faulty bytecode program(s) will be rendered unhinted.
</li>

<li>
A value 2 is scaler/renderer dependent (generally, if no alternative hinting engine is available
this will be equivalent to 1). With the Freetype (our default) this enables Freetype's built-in
autohinter.
</li>

<li>
With Freetype, a value of 3 is effectively equivalent to 1.
</li>
</ul>
<p>
This parameter defaults to 1, but this
may be overridden on the command line with
<code>-dGridFitTT=n</code>.</p>
</dl>

<hr>

<h2><a name="Miscellaneous_additions"></a>Miscellaneous additions</h2>

<h3><a name="Extended_semantics_of_run"></a>Extended semantics of 'run'</h3>

<p>
The operator <code>run</code> can take either a string or a file as its argument.  In
the latter case, it just runs the file, closing it at the end, and trapping
errors just as for the string case.</p>

<h3><a name="DecodingResources"></a>Decoding resources</h3>

<p>
<code>Decoding</code> is a Ghostscript-specific resource category. It contains
various resources for emulating PostScript fonts with other font technologies.
Instances of the <tt>Decoding</tt> category are tables which map PostScript glyph
names to character codes used with TrueType, Intellifont, Microtype and other font formats.</p>

<p>
Currently Ghostscript is capable of PostScript font emulation in 2 ways :</p>
<ul>
<li>
1. Through <a href="./Use.htm#FAPI_run">FAPI</a> plugins, and
</li>
<li>
2. With TrueType font files, using the native font renderer, by
specifying TrueType font names or files in <a href="../Resource/Init/Fontmap.GS">Resource/Init/Fontmap.GS</a>.
</li>
</ul>
<p>
<code>Decoding</code> resources are not currently used by the native font renderer.</p>

<p>
An instance of the <code>Decoding</code> resource category is
a dictionary. The dictionary keys are PostScript glyph names and the
values are either character codes, or arrays of character codes.
Arrays are used when a single name may be mapped to various character codes -
in this case Ghostscript tries all alternatives until a success.
The name of the resource instance should
reflect the character set for which it maps. For example,
<code>/Unicode</code> <code>/Decoding</code> resource maps to
Unicode UTF-16.</p>

<p>
The rules for using <code>Decoding</code> resources in particular
cases are specified in the configuration file
<a href="../Resource/Init/xlatmap">Resource/Init/xlatmap</a>. See the file itself for more
information.</p>

<p>
The file format for <code>Decoding</code> resource files is
generic PostScript.
Users may want to define custom <code>Decoding</code> resources.
The <code>ParseDecoding</code> procset defined in
<a href="../Resource/Init/gs_ciddc.ps">Resource/Init/gs_ciddc.ps</a> allows representation
of the table in a comfortable form.</p>


<h3><a name="CIDDecodingResources"></a>CIDDecoding resources</h3>

<p>
<code>CIDDecoding</code> resources are similar to <code>Decoding</code>
resources, except they map Character Identifiers (CIDs) rather than glyph names.
Another difference is that the native Ghostscript font renderer uses
<code>CIDDecoding</code> resources while emulate CID fonts with TrueType or OpenType fonts.</p>

<p>
An instance of the <code>CIDDecoding</code> resource category is
a dictionary of arrays. Keys in the dictionary are integers,
which correspond to high order byte of a CID.
Values are 256-element arrays, and their indices correspond to the low order byte of a CID.
Each elemet of an array is either null, or character code (integer), or an array
of character codes (integers). The zero code represents mapping to the default character.</p>

<p>
The dictionary includes the additional key <code>CIDCount</code>.
Its value is the maximal CID defined, plus one.</p>

<p>
The Ghostscript library is capable of generating some <code>CIDDecoding</code>
instances automatically, using the appropriate <code>CMap</code> (character map)
resources. This covers most of practical cases if the neccessary <code>CMap</code>
resources  are provided. See the table <code>.CMapChooser</code> in
<a href="../Resource/Init/gs_ciddc.ps">Resource/Init/gs_ciddc.ps</a>
for the names of automatically gerenated resources and associated <code>CMap</code>s.
They allow to mapping CNS1, GB1, Japan1, Japan2 and Korea1 CID sets to TrueType
character sets known as Unicode (exactly UTF-16), Big5,
GB1213, ShiftJIS, Johab and Wansung.</p>

<p>
The file format for <code>CIDDecoding</code> resource file is
generic PostScript.
Users may want to define custom resources to <code>CIDDecoding</code>
resource category.</p>

<h3><a name="GlyphNames2Unicode"></a>GlyphNames2Unicode</h3>
<p>
<code>GlyphNames2Unicode</code> is an undocumented dictionary which Adobe
PostScript printer driver uses to communicate with Adobe Distiller.
In this dictionary the keys are glyph names, the values are Unicode UTF-16 codes for them.
The dictionaly is stored in the <code>FontInfo</code> dictionary under
the key <code>GlyphNames2Unicode</code>. Ghostscript recognises it and uses
to generate <code>ToUnicode</code> CMaps with pdfwrite.</p>

<h3><a name="MultipleResourceDirectories"></a>Multiple Resource directories</h3>

<p>
Since 8.10 release Ghostscript maintains multiple resource directories.</p>

<p>
Ghostscript does not distinguish <code>lib</code> and
<code>Resource</code> directories.
There is no file name conflicts because <code>lib</code> does not
contain subdirectories, but <code>Resource</code>
always store files in subdirectories.</p>

<p>
The search method with multiple resource directories
appears not fully conforming to PLRM. We cannot unconditionally call
<code>ResourceFileName</code> while executing <code>findresource</code>
or <code>resourcestatus</code>, <code>resourceforall</code>, because
per PLRM it always returns a single path. Therefore Ghostscript
implements an extended search method in <code>findresource</code>,
<code>resourcestatus</code> and <code>resourceforall</code>, which
first calls <code>ResourceFileName</code> and checks whether the
returned path points to an existing file. If yes, the file is used,
othervise Ghostscript searches all directories specified in
<code>LIB_PATH</code>. With a single resource directory
it appears conforming to PLRM and equivalent to Adobe implementations.</p>

<p>
<code>ResourceFileName</code> may be used for obtaining a path
where a resource file to be installed. In this case
Ghostscript to be invoked with <code>-sGenericResourceDir=path</code>,
specifying an absolute path. The default value for
<code>GenericResourceDir</code> is a relative path. Therefore
a default invocation with a PostScript installer
will install resource files into <code>/gs/Resource</code>.</p>

<!-- [2.0 end contents] ==================================================== -->

<!-- [3.0 begin visible trailer] =========================================== -->
<hr>

<p>
<small>Copyright &copy; 2000-2019 Artifex Software, Inc.  All rights reserved.</small>

<p>
This software is provided AS-IS with no warranty, either express or
implied.

This software is distributed under license and may not be copied, modified
or distributed except as expressly authorized under the terms of that
license.  Refer to licensing information at http://www.artifex.com/
or contact Artifex Software, Inc.,  1305 Grant Avenue - Suite 200,
Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.

<p>
<small>Ghostscript version 9.27, 4 April 2019

<!-- [3.0 end visible trailer] ============================================= -->

<!--FINISH EDITING HERE-->

    </div>
    </div>
    </div>

    <div class="footer">
    <div class="row">
        <div class="col-7 footleft">
        <ul>
            <li><a href="https://artifex.com/contact-us/" target="blank">CONTACT US</a></li>
            <li><a href="https://artifex.com/about-us/" target="blank">ABOUT</a></li>
            <li><a href="https://ghostscript.com/security.html">SECURITY</a></li>
        </ul>
        </div>
        <div class="col-1 footcenter">
         <ul>
           <li><a href="https://artifex.com/support/" target="blank">SUPPORT</a></li>
           <li><a href="https://artifex.com/blog/artifex/" target="blank">BLOG</a></li>
           <li><a href="https://artifex.com/privacy-policy/" target="blank">PRIVACY</a></li>
           </ul>
        </div>
        <div class="col-ft-3 footright"><img src="images/Artifex_logo.png" width="194" height="40" alt=""/> <br>
              © Copyright 2019 Artifex Software, Inc. <br>
            All rights reserved.
        </div>
          </div>
    </div>

    <script src="http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
    <script src="index.js"></script>
</body>
</html>