You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by je...@apache.org on 2007/12/21 11:04:02 UTC

svn commit: r606151 - /xmlgraphics/commons/branches/TempNewImagePackage/src/documentation/content/xdocs/image-loader.xml

Author: jeremias
Date: Fri Dec 21 02:04:01 2007
New Revision: 606151

URL: http://svn.apache.org/viewvc?rev=606151&view=rev
Log:
A note on JAI ImageIO Tools which provide additional codecs like TIFF.

Modified:
    xmlgraphics/commons/branches/TempNewImagePackage/src/documentation/content/xdocs/image-loader.xml

Modified: xmlgraphics/commons/branches/TempNewImagePackage/src/documentation/content/xdocs/image-loader.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/commons/branches/TempNewImagePackage/src/documentation/content/xdocs/image-loader.xml?rev=606151&r1=606150&r2=606151&view=diff
==============================================================================
--- xmlgraphics/commons/branches/TempNewImagePackage/src/documentation/content/xdocs/image-loader.xml (original)
+++ xmlgraphics/commons/branches/TempNewImagePackage/src/documentation/content/xdocs/image-loader.xml Fri Dec 21 02:04:01 2007
@@ -16,11 +16,11 @@
   limitations under the License.
 -->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
-<document> 
-  <header> 
-    <title>Image Loader Framework</title> 
+<document>
+  <header>
+    <title>Image Loader Framework</title>
   </header>
-  <body> 
+  <body>
     <section id="overview">
       <title>Overview</title>
       <p>
@@ -209,6 +209,19 @@
           the flavor array.
         </note>
       </section>
+    </section>
+    <section id="tipsntricks">
+      <title>Tips &amp; Tricks</title>
+      <p>
+        If you are loading bitmap images and you get an error like
+        <code>"Cannot load image (no suitable loader/converter combination available) for
+        myimage.tif (image/tiff)</code>,
+        you maybe be missing the necessary ImageIO codec to decode the image. A number of
+        well-written codecs can be found in
+        <a href="https://jai-imageio.dev.java.net/">JAI Image I/O Tools Project</a>. Just download
+        the distribution and add the JAR to the classpath. ImageIO will automatically pick up
+        the new codecs and they will subsequently be available to the image framework.
+      </p>
     </section>
     <section id="spi">
       <title>Service Provider Interface (SPI, Plug-ins)</title>



---------------------------------------------------------------------
Apache XML Graphics Project URL: http://xmlgraphics.apache.org/
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org