mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-12 08:14:45 +03:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
b3008905bc
commit
ef03dfe3b2
|
@ -57,6 +57,7 @@ def test_write_animation_L(tmp_path):
|
|||
im.load()
|
||||
assert_image_similar(im, orig.convert("RGBA"), 32.9)
|
||||
|
||||
|
||||
def test_write_animation_float(tmp_path):
|
||||
"""
|
||||
Convert an animated PNG to animated WebP, then compare the frame count, and first
|
||||
|
@ -86,6 +87,7 @@ def test_write_animation_float(tmp_path):
|
|||
im.load()
|
||||
assert_image_similar(im, orig.convert("RGBA"), 32.9)
|
||||
|
||||
|
||||
def test_write_animation_RGB(tmp_path):
|
||||
"""
|
||||
Write an animated WebP from RGB frames, and ensure the frames
|
||||
|
|
Loading…
Reference in New Issue
Block a user