Skip to content

Commit

Permalink
Test: regenerate animated WebP fixture
Browse files Browse the repository at this point in the history
Resolves CI failures with cgif 0.4.
  • Loading branch information
kleisauke committed Apr 6, 2024
1 parent 009afbc commit c81ff85
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified test/test-suite/images/big-height.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion test/test-suite/test_foreign.py
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@ def webp_valid(im):
# Animated WebP roundtrip
x = pyvips.Image.new_from_file(WEBP_ANIMATED_FILE, n=-1)
assert x.width == 13
assert x.height == 16393
assert x.height == 16731
buf = x.webpsave_buffer()

@skip_if_no("analyzeload")
Expand Down

0 comments on commit c81ff85

Please sign in to comment.