diff options
Diffstat (limited to 'image/test/reftest/bmp')
-rw-r--r-- | image/test/reftest/bmp/bmpsuite/g/reftest.list | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/image/test/reftest/bmp/bmpsuite/g/reftest.list b/image/test/reftest/bmp/bmpsuite/g/reftest.list index a11c4db480..0edeb71236 100644 --- a/image/test/reftest/bmp/bmpsuite/g/reftest.list +++ b/image/test/reftest/bmp/bmpsuite/g/reftest.list @@ -96,11 +96,11 @@ fuzzy(0-1,0-1296) == rgb16bfdef.bmp rgb16.png # bits. This is a standard 16-bit format, even supported by old versions of # Windows that don’t support any other non-default 16-bit formats. The whitest # colors should be displayed as pure white: (255,255,255), not (248,252,248)." -fuzzy(0-1,0-1296) == rgb16.bmp rgb16.png +fuzzy(1-1,1516-1516) == rgb16-565.bmp rgb16-565.png # BMP: bihsize=40, 127 x 64, bpp=16, compression=3, colors=256 # "A 16-bit image with both a BITFIELDS segment and a palette." -fuzzy(0-1,0-1516) == rgb16.bmp rgb16.png +fuzzy(1-1,1516-1516) == rgb16-565pal.bmp rgb16-565.png # BMP: bihsize=40, 127 x 64, bpp=24, compression=0, colors=0 # "A perfectly ordinary 24-bit (truecolor) image." |