We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 912f805 commit 85ab0eaCopy full SHA for 85ab0ea
tests/write_test.py
@@ -147,7 +147,7 @@ def test_hif_file():
147
heif_file1 = pillow_heif.open_heif(hif_path)
148
assert heif_file1.info["bit_depth"] == 10
149
out_buf = BytesIO()
150
- heif_file1.save(out_buf, quality=80)
+ heif_file1.save(out_buf, quality=90)
151
heif_file2 = pillow_heif.open_heif(out_buf)
152
assert heif_file2.info["bit_depth"] == 8
153
assert heif_file1.info["nclx_profile"] == heif_file2.info["nclx_profile"]
0 commit comments