Skip to content

Commit

Permalink
Merge branch '8.15'
Browse files Browse the repository at this point in the history
  • Loading branch information
kleisauke committed Apr 8, 2024
2 parents 51a3958 + cf23591 commit bcb188f
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 @@ -934,7 +934,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 bcb188f

Please sign in to comment.