aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation/content/xdocs/trunk
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2009-10-24 11:42:58 +0000
committerJeremias Maerki <jeremias@apache.org>2009-10-24 11:42:58 +0000
commit0baeb8398f5d193ff246907bb3471132a8fb280f (patch)
tree3fbc0dc7f18c8b8e6d74546290991ce03ea15abe /src/documentation/content/xdocs/trunk
parent65f82b62234e15a610233d9828433002cade1570 (diff)
downloadxmlgraphics-fop-0baeb8398f5d193ff246907bb3471132a8fb280f.tar.gz
xmlgraphics-fop-0baeb8398f5d193ff246907bb3471132a8fb280f.zip
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
Diffstat (limited to 'src/documentation/content/xdocs/trunk')
-rw-r--r--src/documentation/content/xdocs/trunk/output.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/documentation/content/xdocs/trunk/output.xml b/src/documentation/content/xdocs/trunk/output.xml
index 0516d05ea..01af40a56 100644
--- a/src/documentation/content/xdocs/trunk/output.xml
+++ b/src/documentation/content/xdocs/trunk/output.xml
@@ -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>