From 26fc6890927745017d93e52325ac0a26d0cc5d1e Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Wed, 21 May 2003 17:18:33 +0000 Subject: [PATCH] Some tweaking. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196446 13f79535-47bb-0310-9956-ffa450edef68 --- src/documentation/content/xdocs/graphics.xml | 28 ++++++++++++++++---- 1 file changed, 23 insertions(+), 5 deletions(-) diff --git a/src/documentation/content/xdocs/graphics.xml b/src/documentation/content/xdocs/graphics.xml index 83739703f..18ad2282c 100644 --- a/src/documentation/content/xdocs/graphics.xml +++ b/src/documentation/content/xdocs/graphics.xml @@ -25,7 +25,7 @@ EPS (Encapsulated PostScript) metafile (both bitmap and vector), probably most frequently used for vector drawings - FOP native (limited support) + FOP native (limited support, see restrictions below) GIF (Graphics Interchange Format) @@ -70,7 +70,7 @@ Then, copy the file "JimiProClasses.zip" from the archive to {fop-install-dir}/l

- JAI + JAI (Java Advanced Imaging API) JAI support is available for Release 0.20.5 and later. The comments in this section do not apply to releases earlier than 0.20.5.

FOP has been compiled with JAI support, but JAI is not included in the FOP distribution. @@ -100,12 +100,30 @@ If you run a server without X, or if you can't connect to the X server due to se

FOP provides support for two output targets:

+

+ Other output targets can't be supported at the moment because + FOP lacks a PostScript interpreter. +

JPEG -

Not all variants of JPEG are supported, especially those containing unusual color lookup tables and color profiles. If you have trouble with a JPEG image in FOP, try opening it with an image processing program (such as Photoshop or Gimp) and then saving it. Specifying 24-bit color output may also help. +

+ Not all variants of JPEG are supported, especially those containing unusual color + lookup tables and color profiles. If you have trouble with a JPEG image in FOP, try + opening it with an image processing program (such as Photoshop or Gimp) and then saving + it. Specifying 24-bit color output may also help. +

+

+ For the PDF and PostScript renderers most JPEG images can be passed through without + decompression.

@@ -224,7 +242,7 @@ into a raster graphic are not drawn properly in PDF. The image is opaque.
TIFF -

TIFF images with JPEG or CCITT content are passed through by FOP natively. Other TIFF subformats are handled by JAI.

+

TIFF images with JPEG or CCITT content are passed through by FOP natively (PDF and PostScript only). Other TIFF subformats are handled by JAI.

Graphics Resolution -- 2.39.5