aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Victor Mote <vmote@apache.org>2003-05-14 17:56:58 +0000
committerWilliam Victor Mote <vmote@apache.org>2003-05-14 17:56:58 +0000
commitc662b4ab3d08b81ef52884b65cde17ae21dda4e4 (patch)
tree7266d23de657c12d95b7f83555b26db44d1291d0
parent1a94d018d0786e0d74d02b26e49ffcb636c89c20 (diff)
downloadxmlgraphics-fop-c662b4ab3d08b81ef52884b65cde17ae21dda4e4.tar.gz
xmlgraphics-fop-c662b4ab3d08b81ef52884b65cde17ae21dda4e4.zip
Remove JAI- and JIMI-supported formats that are actually not supported by FOP. Content credited to Robert P. J. Day and Jeremias Maerki.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196429 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--src/documentation/content/xdocs/graphics.xml55
1 files changed, 0 insertions, 55 deletions
diff --git a/src/documentation/content/xdocs/graphics.xml b/src/documentation/content/xdocs/graphics.xml
index c2386d9aa..d139e75d0 100644
--- a/src/documentation/content/xdocs/graphics.xml
+++ b/src/documentation/content/xdocs/graphics.xml
@@ -23,11 +23,6 @@
<td><link href="#native">FOP native</link></td>
</tr>
<tr>
- <td>CUR</td>
- <td>unknown</td>
- <td><link href="#jimi">JIMI</link></td>
- </tr>
- <tr>
<td><link href="#eps">EPS</link> (Encapsulated PostScript)</td>
<td>metafile (both bitmap and vector), probably most frequently used for vector drawings</td>
<td><link href="#native">FOP native</link> (limited support)</td>
@@ -38,75 +33,25 @@
<td><link href="#native">FOP native</link></td>
</tr>
<tr>
- <td>FPX</td>
- <td>unknown</td>
- <td><link href="#jai">JAI</link></td>
- </tr>
- <tr>
- <td>ICO (Sun Icon)</td>
- <td>bitmap</td>
- <td><link href="#jimi">JIMI</link></td>
- </tr>
- <tr>
<td><link href="#jpeg">JPEG</link> (Joint Photographic Experts Group)</td>
<td>bitmap</td>
<td><link href="#native">FOP native</link></td>
</tr>
<tr>
- <td>PCX (PC Paintbrush)</td>
- <td>bitmap</td>
- <td><link href="#jimi">JIMI</link></td>
- </tr>
- <tr>
- <td>PICT (Macintosh PICT)</td>
- <td>metafile</td>
- <td><link href="#jimi">JIMI</link></td>
- </tr>
- <tr>
<td>PNG (Portable Network Graphic)</td>
<td>bitmap</td>
<td><link href="#jimi">JIMI</link> or <link href="#jai">JAI</link></td>
</tr>
<tr>
- <td>PNM (Portable aNyMap Utilities, part of the Portable Bitmap Utilies, aka pbmplus. PNM is a superset encompassing PBM or Portable Bitmap, PGM or Portable Grayscale, and PPM or Portable Pixmap.)</td>
- <td>bitmap</td>
- <td><link href="#jai">JAI</link></td>
- </tr>
- <tr>
- <td>PSD (Adobe Photoshop)</td>
- <td>bitmap</td>
- <td><link href="#jimi">JIMI</link></td>
- </tr>
- <tr>
- <td>RAS (Sunraster)</td>
- <td>bitmap</td>
- <td><link href="#jimi">JIMI</link></td>
- </tr>
- <tr>
<td><link href="#svg">SVG</link> (Scalable Vector Graphics)</td>
<td>vector (with embedded bitmaps)</td>
<td><link href="#batik">Batik</link></td>
</tr>
<tr>
- <td>TGA (Targa)</td>
- <td>bitmap</td>
- <td><link href="#jimi">JIMI</link></td>
- </tr>
- <tr>
<td><link href="#tiff">TIFF</link> (Tag Image Format File)</td>
<td>bitmap</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>
- <td>bitmap</td>
- <td><link href="#jimi">JIMI</link></td>
- </tr>
- <tr>
- <td>XPM (X PixMap)</td>
- <td>bitmap</td>
- <td><link href="#jimi">JIMI</link></td>
- </tr>
</table>
</section>
<section id="packages">