diff options
author | Peter Hancock <phancock@apache.org> | 2012-09-13 12:45:27 +0000 |
---|---|---|
committer | Peter Hancock <phancock@apache.org> | 2012-09-13 12:45:27 +0000 |
commit | d99dc75ffa1d37817ce18cff188fdabc29f9f73e (patch) | |
tree | 57e54bc96b79ce2980a5ed00afb0bd5ff313aab6 /src/documentation | |
parent | 03bedaf0caa6c39823437e43b2f8547d476d24e7 (diff) | |
download | xmlgraphics-fop-d99dc75ffa1d37817ce18cff188fdabc29f9f73e.tar.gz xmlgraphics-fop-d99dc75ffa1d37817ce18cff188fdabc29f9f73e.zip |
Bugzilla #53865: Add Rows per Strip configuration for Tiff renderer
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1384310 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation')
-rw-r--r-- | src/documentation/content/xdocs/trunk/output.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/trunk/output.xml b/src/documentation/content/xdocs/trunk/output.xml index 4f792971b..5de820c18 100644 --- a/src/documentation/content/xdocs/trunk/output.xml +++ b/src/documentation/content/xdocs/trunk/output.xml @@ -1270,6 +1270,7 @@ Note that the value of the encoding attribute in the example is the double-byte <source><![CDATA[<renderer mime="image/tiff"> <transparent-page-background>true</transparent-page-background> <compression>CCITT T.6</compression> + <single-strip>true</single-strip> <fonts><!-- described elsewhere --></fonts> </renderer>]]></source> <p> @@ -1303,6 +1304,10 @@ Note that the value of the encoding attribute in the example is the double-byte added separately. The internal TIFF codec from XML Graphics Commons only supports PackBits, Deflate and JPEG compression for writing. </note> + <p> + 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> </section> <section id="bitmap-rendering-options"> <title>Runtime Rendering Options</title> |