Skip to content

Commit

Permalink
v0.20.0 [publish]
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Piskun <[email protected]>
  • Loading branch information
bigcat88 committed Oct 18, 2024
1 parent 912f805 commit 85ab0ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/write_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def test_hif_file():
heif_file1 = pillow_heif.open_heif(hif_path)
assert heif_file1.info["bit_depth"] == 10
out_buf = BytesIO()
heif_file1.save(out_buf, quality=80)
heif_file1.save(out_buf, quality=90)
heif_file2 = pillow_heif.open_heif(out_buf)
assert heif_file2.info["bit_depth"] == 8
assert heif_file1.info["nclx_profile"] == heif_file2.info["nclx_profile"]
Expand Down

0 comments on commit 85ab0ea

Please sign in to comment.