You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by je...@apache.org on 2006/09/18 11:11:33 UTC

svn commit: r447334 - in /xmlgraphics/fop/trunk/src/documentation: content/xdocs/trunk/output.xml skinconf.xml

Author: jeremias
Date: Mon Sep 18 02:11:33 2006
New Revision: 447334

URL: http://svn.apache.org/viewvc?view=rev&rev=447334
Log:
ApacheCon Banner update
Documented "compression" setting for TIFF Renderer.

Modified:
    xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/output.xml
    xmlgraphics/fop/trunk/src/documentation/skinconf.xml

Modified: xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/output.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/output.xml?view=diff&rev=447334&r1=447333&r2=447334
==============================================================================
--- xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/output.xml (original)
+++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/output.xml Mon Sep 18 02:11:33 2006
@@ -649,6 +649,35 @@
         an alpha channel is available in the output format.
       </p>
     </section>
+    <section id="tiff-configuration">
+      <title>TIFF-specific Configuration</title>
+      <p>
+        In addition to the above values the TIFF renderer configuration allows some additional
+        settings:
+      </p>
+<source><![CDATA[<renderer mime="image/tiff">
+  <transparent-page-background>true</transparent-page-background>
+  <compression>CCITT T.6</compression>
+  <fonts><!-- described elsewhere --></fonts>
+</renderer>]]></source>
+      <p>
+        The default value for the "compression" setting is "PackBits" which 
+        which is a widely supported RLE compression scheme for TIFF. The set of compression
+        names to be used here matches the set that the Image I/O API uses. Note that
+        not all compression schemes may be available during runtime. This depends on the
+        actual codecs being available. Here is a list of possible values:
+      </p>
+      <ul>
+        <li>NONE (no compression)</li>
+        <li>PackBits (RLE, run-length encoding)</li>
+        <li>JPEG</li>
+        <li>Deflate</li>
+        <li>LZW</li>
+        <li>ZLib</li>
+        <li>CCITT T.4 (Fax Group 3)</li>
+        <li>CCITT T.6 (Fax Group 4)</li>
+      </ul>
+    </section>
 </section>
 <section id="txt">
   <title>TXT</title>

Modified: xmlgraphics/fop/trunk/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/skinconf.xml?view=diff&rev=447334&r1=447333&r2=447334
==============================================================================
--- xmlgraphics/fop/trunk/src/documentation/skinconf.xml (original)
+++ xmlgraphics/fop/trunk/src/documentation/skinconf.xml Mon Sep 18 02:11:33 2006
@@ -375,13 +375,6 @@
       <height>125</height>
     </credit-->
     <credit box-location="alt2">
-      <name>ApacheCon Asia 2006 (14-17 August 2006)</name>
-      <url>http://www.asia.apachecon.com/</url>
-      <image>http://www.apache.org/ads/ApacheCon/234x60-2006-asia.gif</image>
-      <width>150</width>
-      <height>39</height>
-    </credit>
-    <credit box-location="alt2">
       <name>ApacheCon US 2006 (9-13 October 2006)</name>
       <url>http://www.us.apachecon.com/</url>
       <image>http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif</image>



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org