From: Jeremias Maerki Date: Mon, 18 Sep 2006 09:19:44 +0000 (+0000) Subject: A note about CCITT compression. X-Git-Tag: fop-0_93~85 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=8f11789f487bc9f12759327fcdebf92b269a637c;p=xmlgraphics-fop.git A note about CCITT compression. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@447337 13f79535-47bb-0310-9956-ffa450edef68 --- 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. +