From dce97518a420ad6eb178d01b03864682a06f8058 Mon Sep 17 00:00:00 2001
From: Jeremias Maerki
Date: Mon, 18 Sep 2006 09:11:33 +0000
Subject: [PATCH] ApacheCon Banner update Documented "compression" setting for
TIFF Renderer.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@447334 13f79535-47bb-0310-9956-ffa450edef68
---
.../content/xdocs/trunk/output.xml | 29 +++++++++++++++++++
src/documentation/skinconf.xml | 7 -----
2 files changed, 29 insertions(+), 7 deletions(-)
diff --git a/src/documentation/content/xdocs/trunk/output.xml b/src/documentation/content/xdocs/trunk/output.xml
index a78389917..b9f459d19 100644
--- a/src/documentation/content/xdocs/trunk/output.xml
+++ b/src/documentation/content/xdocs/trunk/output.xml
@@ -649,6 +649,35 @@ out = proc.getOutputStream();]]>
an alpha channel is available in the output format.
+
+ TIFF-specific Configuration
+
+ In addition to the above values the TIFF renderer configuration allows some additional
+ settings:
+
+
+
+ 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:
+
+
+
NONE (no compression)
+
PackBits (RLE, run-length encoding)
+
JPEG
+
Deflate
+
LZW
+
ZLib
+
CCITT T.4 (Fax Group 3)
+
CCITT T.6 (Fax Group 4)
+
+ TXT
diff --git a/src/documentation/skinconf.xml b/src/documentation/skinconf.xml
index 42f74e9cf..6f8da455d 100644
--- a/src/documentation/skinconf.xml
+++ b/src/documentation/skinconf.xml
@@ -374,13 +374,6 @@ which will be used to configure the chosen Forrest skin.
125125
-
- ApacheCon Asia 2006 (14-17 August 2006)
- http://www.asia.apachecon.com/
- http://www.apache.org/ads/ApacheCon/234x60-2006-asia.gif
- 150
- 39
- ApacheCon US 2006 (9-13 October 2006)http://www.us.apachecon.com/
--
2.39.5