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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to