You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by je...@apache.org on 2009/10/24 13:42:58 UTC

svn commit: r829347 - /xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/output.xml

Author: jeremias
Date: Sat Oct 24 11:42:58 2009
New Revision: 829347

URL: http://svn.apache.org/viewvc?rev=829347&view=rev
Log:
Added a note about the new CMYK feature for AFP output.

Modified:
    xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/output.xml

Modified: xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/output.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/output.xml?rev=829347&r1=829346&r2=829347&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/output.xml (original)
+++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/output.xml Sat Oct 24 11:42:58 2009
@@ -704,8 +704,15 @@
 ]]></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>



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org