Attempt to resolve black-inversion issue

This commit is contained in:
James R. Barlow
2019-08-31 01:25:36 -07:00
parent 462bfb84fb
commit b0d9775343
2 changed files with 19 additions and 13 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ def test_mono_not_inverted(resources, outdir):
xres=10,
yres=10,
raster_device='pnggray',
log=logging.getLogger(name='test_mono_flip'),
log=logging.getLogger(name='test_mono_not_inverted'),
)
im = Image.open(fspath(outdir / 'im.png'))