From 82cd66f8330da0521c29c003ef0a4bb773d6dbc6 Mon Sep 17 00:00:00 2001 From: Bryce Harrington Date: Thu, 9 Oct 2014 17:55:09 -0700 Subject: test: Update pixman downscaling 95 reference images MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The pixman downscaling "95" tests attempt to rescale a 96x96 pixmap to 95x95. Ideally the borders between color areas should be sharp, but for this use case we allow for 1 pixel of blur between the areas as acceptable. The choice of what color to use for this blurred region is not important, and in fact varies from backend to backend. The old reference images were generated by Krzysztof KosiƄski's downscaling algorithm. These new images are against the algorithms written by Bill Spitzak. Signed-off-by: Bryce Harrington --- test/reference/pixman-downscale-nearest-95.svg12.ref.png | Bin 0 -> 474 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 test/reference/pixman-downscale-nearest-95.svg12.ref.png (limited to 'test/reference/pixman-downscale-nearest-95.svg12.ref.png') diff --git a/test/reference/pixman-downscale-nearest-95.svg12.ref.png b/test/reference/pixman-downscale-nearest-95.svg12.ref.png new file mode 100644 index 000000000..777f448e3 Binary files /dev/null and b/test/reference/pixman-downscale-nearest-95.svg12.ref.png differ -- cgit v1.2.1