From c662b4ab3d08b81ef52884b65cde17ae21dda4e4 Mon Sep 17 00:00:00 2001 From: William Victor Mote Date: Wed, 14 May 2003 17:56:58 +0000 Subject: [PATCH] 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 --- src/documentation/content/xdocs/graphics.xml | 55 -------------------- 1 file changed, 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 @@ -22,11 +22,6 @@ bitmap FOP native - - CUR - unknown - JIMI - EPS (Encapsulated PostScript) metafile (both bitmap and vector), probably most frequently used for vector drawings @@ -37,76 +32,26 @@ bitmap FOP native - - FPX - unknown - JAI - - - ICO (Sun Icon) - bitmap - JIMI - JPEG (Joint Photographic Experts Group) bitmap FOP native - - PCX (PC Paintbrush) - bitmap - JIMI - - - PICT (Macintosh PICT) - metafile - JIMI - PNG (Portable Network Graphic) bitmap JIMI or JAI - - 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.) - bitmap - JAI - - - PSD (Adobe Photoshop) - bitmap - JIMI - - - RAS (Sunraster) - bitmap - JIMI - SVG (Scalable Vector Graphics) vector (with embedded bitmaps) Batik - - TGA (Targa) - bitmap - JIMI - TIFF (Tag Image Format File) bitmap FOP native or JAI, depending on the subformat. See TIFF for more details.(JIMI also supports TIFF, but this has not been implemented within FOP). - - XBM (X BitMap) - bitmap - JIMI - - - XPM (X PixMap) - bitmap - JIMI -
-- 2.39.5