You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ms...@apache.org on 2014/10/13 22:50:33 UTC

svn commit: r1631541 - /pdfbox/cmssite/trunk/content/dependencies.mdtext

Author: msahyoun
Date: Mon Oct 13 20:50:33 2014
New Revision: 1631541

URL: http://svn.apache.org/r1631541
Log:
PDFBOX-543, PDFBOX-2113 correct JPEG2000 to JBIG2

Modified:
    pdfbox/cmssite/trunk/content/dependencies.mdtext

Modified: pdfbox/cmssite/trunk/content/dependencies.mdtext
URL: http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/content/dependencies.mdtext?rev=1631541&r1=1631540&r2=1631541&view=diff
==============================================================================
--- pdfbox/cmssite/trunk/content/dependencies.mdtext (original)
+++ pdfbox/cmssite/trunk/content/dependencies.mdtext Mon Oct 13 20:50:33 2014
@@ -42,11 +42,11 @@ Some features in PDFBox depend on option
 
 #### Extented Image Format Support
 
-To support JPEG2000 and writing TIF images additional libraries are needed. 
+To support JBIG2 and writing TIF images additional libraries are needed. 
 
 <p class="alert alert-warning">The image plugins described below are not part of the PDFBox distribution because of incompatible licensing terms. Please make sure to check if the licensing terms are compatible to your usage.</p>
 
-For **JPEG2000** support a Java ImageIO Plugin such as the [Levigo Plugin](https://github.com/levigo/jbig2-imageio) or [JBIG2-Image-Decoder
+For **JBIG2** support a Java ImageIO Plugin such as the [Levigo Plugin](https://github.com/levigo/jbig2-imageio) or [JBIG2-Image-Decoder
 ](https://github.com/Borisvl/JBIG2-Image-Decoder) will be needed. 
 
 To write **TIFF** images a JAI ImageIO Core library will be needed.