FOray
|
FOray: Using GraphicsContentsOverview of Graphics SupportThe table below summarizes the support for graphical formats within FOray. Known limitations and other qualifications for each type of graphic are noted in the corresponding sections below.
BMPFOray native support for BMP images is limited to the RGB color-space. JPEGJPEG support may not include all variants, especially those containing unusual color lookup tables and color profiles. If you have trouble with a JPEG image in FOray, 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. User reports indicate that grayscale, RGB, and CMYK color-spaces are all rendered properly. PNGOnly RGB and RGBA color-spaces are supported. TIFFTIFF support is currently limited to PDF and PostScript output only. Also, according to user reports, TIFF images must have all of the following characteristics for successful rendering:
EPS (Encapsulated PostScript)FOray provides support for two output targets:
SVGIntroductionSVG content can be included as either an FOray uses the Apache Software Foundation's Batik for SVG support, and includes the Batik jar files in its distribution. The version of Batik used is included in the jar file name(s) in the lib directory. Because Batik's API changes from time to time, best results will be obtained by using the version that ships with FOray when running FOray. Batik must be run in a graphical environment. Batik must be run in a graphical environment. It uses AWT classes for rendering SVG, which in turn require an X server on Unixish systems. If you run a server without X, or if you can't connect to the X server due to security restrictions or policies (a so-called "headless" environment), SVG rendering will fail. Here are some possible workarounds:
Placing SVG Graphics into PDFThe SVG is rendered into PDF by using PDF commands to draw and fill lines and curves. This means that the graphical objects created with this remain as vector graphics. There are a number of SVG things that cannot be converted directly into PDF. Parts of the graphic such as effects, patterns and images are inserted into the PDF as a raster graphic. The resolution of this graphic may not be ideal depending on the FOray dpi (72dpi) and the scaling for that graphic. We hope to improve this in the future. Currently transparency is not supported in PDF so many svg images that contain effects or graphics with transparent areas will not be displayed correctly. Placing SVG Text into PDFIf the text can be drawn normally and the font is supported, Batik uses normal PDF text support. Note that tspan and outlined text are not yet implemented. Otherwise, text is converted and drawn as a set of shapes by batik, using the stroking text painter. This means that a typical character will have about 10 curves (each curve consists of at least 20 characters). This can make the pdf files large and when the pdf is viewed the viewer does not normally draw those fine curves very well (turning on Smooth Line Art in the Acrobat preferences will fix this). If the text is inserted into the PDF using the inbuilt text commands for PDF it will use a single character. For PDF output, there is a configuration option to force SVG text to be rendered as text. The drawback to this approach is that it is effective only for available fonts (including embedded fonts). Font sizes are rounded to the next integer point size. This will be improved in the future. Note that because SVG text can be rendered as either text or a vector graphic, you may need to consider settings in your viewer for both. The Acrobat viewer has both "smooth line art" and "smooth text" settings that may need to be set for SVG images to be displayed nicely on your screen (see Edit / Preferences / Display). This setting will not affect the printing of your document, which should be OK in any case, but will only affect the quality of the screen display. ScalingCurrently, SVG images are rendered with the dimensions specified in the SVG file, within the viewport specified in the fo:external-graphic element. For everything to work properly, the two should be equal. The SVG standard leaves this issue as an implementation detail. FOray will probably implement a scaling mechanism in the future. Known Problems
MathML (Mathematical Markup Language)FOray supports MathML documents in fo:external-graphic, using JEuclid. Current repository code supports and future releases will support MathML documents within fo:instream-foreign-object also. ResolutionSome 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) FOray ignores the resolution values as well. Instead, FOray uses the dimensions of the image as specified in the fo:external-graphic element to render the image:
If you need a higher apparent output resolution for bitmapped images, first make sure that at least one dimension of the image is defined in your XSL-FO input. Apart from that, resolution problems are in the image file itself, and must be corrected there: use or create a higher-resolution image file. 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. CachingFOray caches images between runs. The URL is used as a key to identify images which means that when a particular URL appears again, the image is taken from the cache. If you have a servlet that generates a different image each time it is called with the same URL you need to use a constantly changing dummy parameter on the URL to avoid caching. Currently, graphics are not automatically released when an
OutOfMemoryError is imminent. The cache can grow to a considerable
size over time when a lot of different URLs are in use. You can call
Graphic SourcesFor graphic-related properties (background-image and src), the <uri-specification> provided is resolved in the following order:
|