Skip to content

Commit

Permalink
Update lossy jxlsave thresholds for libjxl 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kleisauke committed Dec 7, 2023
1 parent 35bc1b6 commit a44d301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-suite/test_foreign.py
Original file line number Diff line number Diff line change
Expand Up @@ -1533,7 +1533,7 @@ def test_jxlsave(self):
# remove the ICC profile: the RGB one will no longer be appropriate
rgb16.remove("icc-profile-data")
self.save_load_buffer("jxlsave_buffer", "jxlload_buffer",
rgb16, 10700)
rgb16, 12000)

# repeat for lossless mode
self.save_load_buffer("jxlsave_buffer", "jxlload_buffer",
Expand Down

0 comments on commit a44d301

Please sign in to comment.