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:19:45 UTC

svn commit: r447337 - /xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/output.xml

Author: jeremias
Date: Mon Sep 18 02:19:44 2006
New Revision: 447337

URL: http://svn.apache.org/viewvc?view=rev&rev=447337
Log:
A note about CCITT compression.

Modified:
    xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/output.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=447337&r1=447336&r2=447337
==============================================================================
--- 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:19:44 2006
@@ -677,6 +677,15 @@
         <li>CCITT T.4 (Fax Group 3)</li>
         <li>CCITT T.6 (Fax Group 4)</li>
       </ul>
+      <note>
+        If you want to use CCITT compression, please make sure you've got a J2SE 1.4 or later and
+        <a href="http://java.sun.com/products/java-media/jai/current.html">
+          Java Advanced Imaging Image I/O Tools
+        </a>
+        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.
+      </note>
     </section>
 </section>
 <section id="txt">



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