Added a note about the new CMYK feature for AFP output.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@829347 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jeremias Maerki 2009-10-24 11:42:58 +00:00
parent 65f82b6223
commit 0baeb8398f

View File

@ -704,8 +704,15 @@ out = proc.getOutputStream();]]></source>
]]></source>
<p>When the native attribute is specified and set to "true", all image resources will be natively injected
into the datastream using an object container rather than being converted into an IOCA FS45 image.
Support for native image formats (e.g. JPEG, GIF) is not always available on printer implementations
Support for native image formats (e.g. JPEG, TIFF, GIF) is not always available on printer implementations
so by default this configuration option is set to "false".</p>
<p>
Setting <code>cmyk="true"</code> on the <code>images</code> element will enable CMYK
colors. This will only have an effect if the color mode is set to "color". Example:
</p>
<source><![CDATA[
<images mode="color" cmyk="true"/>
]]></source>
</section>
<section id="afp-shading-config">
<title>Shading</title>