From a349b7be0b545f1e17dda314d6622d2f60458821 Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Mon, 15 Aug 2005 10:34:31 +0000 Subject: Bugzilla #36082 1. Addresses the URI resolving issue as discussed in this bug by providing a FOP implementation of the URIResolver interface as well as the capabilities to set a URIResolver on the FOUserAgent object. 2. Modifies the BMPReader to extract the resolution information. 3. Fixes a possible array bounds exception in BMPImage which can happen for BMP images with extra bytes at the end. 4. Provides some infrastructure in ImageFactory in preparation of external configuration of multiple prioritised image providers per mime type. 5. Sets a proper base URL in SVGElement. 6. Provides test cases and test images for the different formats and resolutions. Submitted by: Manuel Mall Patch slightly modified: - EPS sample graphic exchanged with a very simple and more importantly much smaller one generated by Barcode4J. - Enabled resolution checking for some of the format-specific testcases (especially after working around resolution detection for PNG) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@232786 13f79535-47bb-0310-9956-ffa450edef68 --- test/resources/images/bgimg72dpi.gif | Bin 0 -> 19699 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 test/resources/images/bgimg72dpi.gif (limited to 'test/resources/images/bgimg72dpi.gif') diff --git a/test/resources/images/bgimg72dpi.gif b/test/resources/images/bgimg72dpi.gif new file mode 100644 index 000000000..5ad119bdc Binary files /dev/null and b/test/resources/images/bgimg72dpi.gif differ -- cgit v1.2.3