mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Assert that image is equal
This commit is contained in:
parent
7e5e843d5c
commit
3c7aa133eb
|
@ -123,7 +123,7 @@ def test_keep_rgb_values_when_transparent(tmp_path):
|
|||
# even though it is lossless, if we don't use exact=True
|
||||
# in libwebp >= 0.5, the transparent area will be filled with black
|
||||
# (or something more conducive to compression)
|
||||
assert_image_similar(reloaded.convert("RGB"), image, 1)
|
||||
assert_image_equal(reloaded.convert("RGB"), image)
|
||||
|
||||
|
||||
def test_write_unsupported_mode_PA(tmp_path):
|
||||
|
|
Loading…
Reference in New Issue
Block a user