Turning on Ghostscript interpolation changes this test

Seems acceptable. We don't normally use Ghostscript to downsample PDFs
like is happening in this test.
This commit is contained in:
James R. Barlow
2021-11-15 16:36:24 -08:00
parent cfe2bb25ba
commit c75ff4687a
+1 -1
View File
@@ -51,7 +51,7 @@ def test_mono_not_inverted(resources, outdir):
)
with Image.open(fspath(outdir / 'im.png')) as im:
assert im.getpixel((0, 0)) == 255, "Expected white background"
assert im.getpixel((0, 0)) > 240, "Expected white background"
@needs_pngquant