From: William Victor Mote Date: Tue, 8 Jul 2003 17:36:52 +0000 (+0000) Subject: Add user comments regarding color-space and other issues. Submitted by Ben Galbraith... X-Git-Tag: Root_Temp_KnuthStylePageBreaking~1316 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0c69884e61900e8ca400fa7f18a0204760cae94a;p=xmlgraphics-fop.git Add user comments regarding color-space and other issues. Submitted by Ben Galbraith (see thread at http://marc.theaimsgroup.com/?t=105760121500002&r=1&w=2). git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196658 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/documentation/content/xdocs/graphics.xml b/src/documentation/content/xdocs/graphics.xml index 18ad2282c..fd5806fb3 100644 --- a/src/documentation/content/xdocs/graphics.xml +++ b/src/documentation/content/xdocs/graphics.xml @@ -18,7 +18,7 @@ Support Thru - BMP (Microsoft Windows Bitmap) + BMP (Microsoft Windows Bitmap) bitmap FOP native @@ -38,7 +38,7 @@ FOP native - PNG (Portable Network Graphic) + PNG (Portable Network Graphic) bitmap JIMI or JAI @@ -95,6 +95,10 @@ If you run a server without X, or if you can't connect to the X server due to se +
+ BMP +

FOP native support for BMP images is limited to the RGB color-space.

+
EPS

FOP provides support for two output targets:

@@ -115,17 +119,17 @@ If you run a server without X, or if you can't connect to the X server due to se
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. -

-

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

FOP native support of JPEG does not include all variants, 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. +User reports indicate that grayscale, RGB, and CMYK color-spaces are all rendered properly.

+
+ PNG +

If using JAI for PNG support, only RGB and RGBA color-spaces are supported for FOP rendering.

+
SVG
@@ -242,7 +246,13 @@ 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 (PDF and PostScript only). Other TIFF subformats are handled by JAI.

+

FOP-native TIFF support is limited to PDF and PostScript output only. Also, according to user reports, FOP's native support for TIFF is limited to images with the following characteristics (all must be true for successful rendering):

+
    +
  • single channel images (i.e., bi-level and grayscale only)
  • +
  • uncompressed images, or images using CCITT T.4, CCITT T.6, or JPEG compression
  • +
  • images using white-is-zero encoding in the TIFF PhotometricInterpretation tag
  • +
+

JAI: Supports RGB and RGBA only for FOP rendering.

Graphics Resolution