]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Cleanup BMP and TIFF documentation. Content credited to Robert P. J. Day and Jeremias...
authorWilliam Victor Mote <vmote@apache.org>
Wed, 14 May 2003 17:53:56 +0000 (17:53 +0000)
committerWilliam Victor Mote <vmote@apache.org>
Wed, 14 May 2003 17:53:56 +0000 (17:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196428 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/content/xdocs/graphics.xml

index e7de58e0ca05426e47c69313e5501d378b2fd302..c2386d9aa86f93a4c6e0170e8ac75df811d82693 100644 (file)
@@ -20,7 +20,7 @@
         <tr>
           <td>BMP (Microsoft Windows Bitmap)</td>
           <td>bitmap</td>
-          <td><link href="#jimi">JIMI</link> or <link href="#jai">JAI</link></td>
+          <td><link href="#native">FOP native</link></td>
         </tr>
         <tr>
           <td>CUR</td>
@@ -93,9 +93,9 @@
           <td><link href="#jimi">JIMI</link></td>
         </tr>
         <tr>
-          <td>TIFF (Tag Image Format File)</td>
+          <td><link href="#tiff">TIFF</link> (Tag Image Format File)</td>
           <td>bitmap</td>
-          <td><link href="#jimi">JIMI</link> or <link href="#jai">JAI</link></td>
+          <td><link href="#native">FOP native</link> or <link href="#jai">JAI</link>, depending on the subformat. See <link href="#tiff">TIFF</link> for more details.(JIMI also supports TIFF, but this has not been implemented within FOP).</td>
         </tr>
         <tr>
           <td>XBM (X BitMap)</td>
@@ -277,6 +277,10 @@ into a raster graphic are not drawn properly in PDF. The image is opaque.
         </ul>
       </section>
     </section>
+    <section id="tiff">
+      <title>TIFF</title>
+      <p>TIFF images with JPEG or CCITT content are passed through by FOP natively. Other TIFF subformats are handled by JAI.</p>
+    </section>
     <section id="resolution">
       <title>Graphics Resolution</title>
       <p>Some bitmapped image file formats store a dots-per-inch (dpi) or other resolution value. Since PDF and most output formats do not have a concept of resolution, but only of absolute image units (i.e. pixels) FOP ignores the resolution values as well. Instead, FOP uses the dimensions of the image as specified in the fo:external-graphic element to render the image:</p>