From: Adrian Cumiskey Date: Thu, 16 Oct 2008 09:03:00 +0000 (+0000) Subject: Documentation for configuration option. X-Git-Tag: fop-1_0~376^2~64 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f6f2fe17e651a07dc9248e19049f93fe4fb85e01;p=xmlgraphics-fop.git Documentation for configuration option. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AFPGOCAResources@705182 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/documentation/content/xdocs/trunk/output.xml b/src/documentation/content/xdocs/trunk/output.xml index 5e1b09088..3ff94b33b 100644 --- a/src/documentation/content/xdocs/trunk/output.xml +++ b/src/documentation/content/xdocs/trunk/output.xml @@ -621,10 +621,17 @@ out = proc.getOutputStream();]]> ]]>

This will put images as RGB images into the AFP output stream. The default setting is:

+ ]]> -

Only the values "color" and "b+w" are allowed for the mode attribute. The bits-per-pixel - attribute is ignored if mode is "color". For "b+w" mode is must be 1, 4, or 8.

+

Only the values "color" and "b+w" are allowed for the mode attribute.

+

The bits-per-pixel attribute is ignored if mode is "color". For "b+w" mode is must be 1, 4, or 8.

+ +]]> +

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 + so by default this configuration option is set to "false".

Resource Group File