From 8f11789f487bc9f12759327fcdebf92b269a637c Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Mon, 18 Sep 2006 09:19:44 +0000 Subject: [PATCH] A note about CCITT compression. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@447337 13f79535-47bb-0310-9956-ffa450edef68 --- src/documentation/content/xdocs/trunk/output.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/documentation/content/xdocs/trunk/output.xml b/src/documentation/content/xdocs/trunk/output.xml index b9f459d19..117a49574 100644 --- a/src/documentation/content/xdocs/trunk/output.xml +++ b/src/documentation/content/xdocs/trunk/output.xml @@ -677,6 +677,15 @@ out = proc.getOutputStream();]]>
  • CCITT T.4 (Fax Group 3)
  • CCITT T.6 (Fax Group 4)
  • + + If you want to use CCITT compression, please make sure you've got a J2SE 1.4 or later and + + Java Advanced Imaging Image I/O Tools + + in your classpath. The Sun JRE doesn't come with a TIFF codec built in, so it has to be + added separately. The internal TIFF codec from XML Graphics Commons only supports PackBits, + Deflate and JPEG compression for writing. +
    -- 2.39.5