From 7173abf5d251da7a1269ae42a3f256b2c4a5a515 Mon Sep 17 00:00:00 2001 From: William Victor Mote Date: Tue, 22 Apr 2003 19:12:33 +0000 Subject: [PATCH] Expand discussion of graphics resolutions. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196322 13f79535-47bb-0310-9956-ffa450edef68 --- src/documentation/content/xdocs/graphics.xml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/documentation/content/xdocs/graphics.xml b/src/documentation/content/xdocs/graphics.xml index ad1203018..c50964349 100644 --- a/src/documentation/content/xdocs/graphics.xml +++ b/src/documentation/content/xdocs/graphics.xml @@ -278,11 +278,13 @@ into a raster graphic are not drawn properly in PDF. The image is opaque.
Graphics Resolution -

This is an important issue when creating output for printing. -The dpi is used to convert measurements into points. For example 1in -= 2.54cm = 72 points. It is also used when determining the size of -images and the rendering of certain graphics in the output. Currently -FOP uses a value of 72dpi.

+

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:

+ + The explanation above describes only the basic default behavior. There are other attributes of the fo:external-graphic element that can affect the behavior described above.
-- 2.39.5