diff options
author | Luis Bernardo <lbernardo@apache.org> | 2012-11-25 23:24:41 +0000 |
---|---|---|
committer | Luis Bernardo <lbernardo@apache.org> | 2012-11-25 23:24:41 +0000 |
commit | 89dbe6e14282ecdcfc2ec252c5ccfb1ab1d802c6 (patch) | |
tree | 575ca367712c830de1f2acdbc2ef67863803b7a9 /src/documentation | |
parent | 638ea00309ef225858fdc2b5ab2889e1236d783d (diff) | |
download | xmlgraphics-fop-89dbe6e14282ecdcfc2ec252c5ccfb1ab1d802c6.tar.gz xmlgraphics-fop-89dbe6e14282ecdcfc2ec252c5ccfb1ab1d802c6.zip |
bugzilla #54196: configure big / little endian support for TIFF images; patch 29628 applied; submitted by Robert Meyer
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1413442 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation')
-rw-r--r-- | src/documentation/content/xdocs/trunk/output.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/trunk/output.xml b/src/documentation/content/xdocs/trunk/output.xml index 5de820c18..96792cd4c 100644 --- a/src/documentation/content/xdocs/trunk/output.xml +++ b/src/documentation/content/xdocs/trunk/output.xml @@ -1271,6 +1271,7 @@ Note that the value of the encoding attribute in the example is the double-byte <transparent-page-background>true</transparent-page-background> <compression>CCITT T.6</compression> <single-strip>true</single-strip> + <endianness>default</endianness> <fonts><!-- described elsewhere --></fonts> </renderer>]]></source> <p> @@ -1308,6 +1309,11 @@ Note that the value of the encoding attribute in the example is the double-byte The default value for the <code>"single-strip"</code> is <code>"false"</code> resulting in the RowsPerStrip Tiff Tag equal to the number of rows. If set to <code>true</code> RowsPerStrip is set to 1. </p> + <p> + The default value for <code>"endianness"</code> is <code>"default"</code>, which results in the + default endianness for the output format being generated. Note that not all image formats allow + specifying the endianness. + </p> </section> <section id="bitmap-rendering-options"> <title>Runtime Rendering Options</title> |