]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
ApacheCon Banner update
authorJeremias Maerki <jeremias@apache.org>
Mon, 18 Sep 2006 09:11:33 +0000 (09:11 +0000)
committerJeremias Maerki <jeremias@apache.org>
Mon, 18 Sep 2006 09:11:33 +0000 (09:11 +0000)
Documented "compression" setting for TIFF Renderer.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@447334 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/content/xdocs/trunk/output.xml
src/documentation/skinconf.xml

index a783899175ed571a664b231bbfd514be979bdcd4..b9f459d19302b9345bf97ee46527553bb5e0d0d2 100644 (file)
@@ -649,6 +649,35 @@ out = proc.getOutputStream();]]></source>
         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>
index 42f74e9cfe5d6b495b9c6e021e7b407d002060ab..6f8da455dbc37f66f70f2dd7eee891e2afbff5a2 100644 (file)
@@ -374,13 +374,6 @@ which will be used to configure the chosen Forrest skin.
       <width>125</width>
       <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>