Skip to content

Updated libavif to 1.3.0 #8949

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 23, 2025
Merged

Updated libavif to 1.3.0 #8949

merged 2 commits into from
May 23, 2025

Conversation

radarhere
Copy link
Member

@@ -233,7 +233,7 @@ def test_background_from_gif(self, tmp_path: Path) -> None:
with Image.open(out_gif) as reread:
reread_value = reread.convert("RGB").getpixel((1, 1))
difference = sum([abs(original_value[i] - reread_value[i]) for i in range(3)])
assert difference <= 3
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

original_value is (254, 255, 252)
Within libavif 1.2.1, reread_value is (253, 254, 251). With libavif 1.3.0, it is (252, 254, 249). This is still close to the original value.

@hugovk hugovk merged commit 97aa25a into python-pillow:main May 23, 2025
67 of 68 checks passed
@radarhere radarhere deleted the libavif branch May 23, 2025 22:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants