aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation/content/xdocs
diff options
context:
space:
mode:
authorVincent Hennebert <vhennebert@apache.org>2009-10-27 18:16:31 +0000
committerVincent Hennebert <vhennebert@apache.org>2009-10-27 18:16:31 +0000
commitcea774bc9129a1e2b6f47cff523cf0e1c13fa832 (patch)
tree6dae7917216bc637f01ea1e690d0e4a4467b504f /src/documentation/content/xdocs
parent04cd4fd9439395fdf5250f0978b288d9003be6fd (diff)
parentd7b69927f611f4da9cc9b26396e1eb0a1bdae39e (diff)
downloadxmlgraphics-fop-Temp_Accessibility.tar.gz
xmlgraphics-fop-Temp_Accessibility.zip
Merged changes from Trunk up to revision 830265Temp_Accessibility
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_Accessibility@830280 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content/xdocs')
-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>