Skip to content

Commit 85ab0ea

Browse files
committed
v0.20.0 [publish]
Signed-off-by: Alexander Piskun <[email protected]>
1 parent 912f805 commit 85ab0ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/write_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def test_hif_file():
147147
heif_file1 = pillow_heif.open_heif(hif_path)
148148
assert heif_file1.info["bit_depth"] == 10
149149
out_buf = BytesIO()
150-
heif_file1.save(out_buf, quality=80)
150+
heif_file1.save(out_buf, quality=90)
151151
heif_file2 = pillow_heif.open_heif(out_buf)
152152
assert heif_file2.info["bit_depth"] == 8
153153
assert heif_file1.info["nclx_profile"] == heif_file2.info["nclx_profile"]

0 commit comments

Comments
 (0)