diff options
author | Jeremias Maerki <jeremias@apache.org> | 2008-01-22 12:31:11 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2008-01-22 12:31:11 +0000 |
commit | f92cc1b2d3e144dd33efe2f4925d543c9ccaa3f6 (patch) | |
tree | dfc63b51392ea050c131a7f69eac2a33ceb984cc /src/documentation | |
parent | 1ebf696d404dc426c1ce1d99a560a07cb1c1d027 (diff) | |
download | xmlgraphics-fop-f92cc1b2d3e144dd33efe2f4925d543c9ccaa3f6.tar.gz xmlgraphics-fop-f92cc1b2d3e144dd33efe2f4925d543c9ccaa3f6.zip |
A note on the difference between JAI Image I/O Tools, the codec package, and JAI, the image library.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@614191 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation')
-rw-r--r-- | src/documentation/content/xdocs/trunk/graphics.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/trunk/graphics.xml b/src/documentation/content/xdocs/trunk/graphics.xml index 6fa0671aa..31e54d8fd 100644 --- a/src/documentation/content/xdocs/trunk/graphics.xml +++ b/src/documentation/content/xdocs/trunk/graphics.xml @@ -150,6 +150,12 @@ support for additional formats. </li> </ul> + <note> + <a href="http://jai-imageio.dev.java.net/">JAI Image I/O Tools</a> is not the same as the + <a href="http://java.sun.com/javase/technologies/desktop/media/jai/">JAI library</a>! The + former simply exposes JAI's codecs using the Image I/O API but does not include all + the image manipulation functionality. + </note> <section id="format-map"> <title>Map of supported image formats by output format</title> <p> |