Skip to content

Commit

Permalink
Test: regenerate XYB JPEG fixture (libvips#4358)
Browse files Browse the repository at this point in the history
After commit libjxl/libjxl@e9e60cc,
libjxl/jpegli generates an XYB profile with a no-op B2A0 tag,
improving compatibility with more applications.
  • Loading branch information
kleisauke authored Jan 24, 2025
1 parent 09e9233 commit 7949f5b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified test/test-suite/images/sample-xyb.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion test/test-suite/test_resample.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def test_thumbnail_icc(self):
# the colour distance should not deviate too much
# (i.e. the embedded profile should not be ignored)
im_orig = pyvips.Image.new_from_file(JPEG_FILE)
assert im_orig.de00(im).max() < 11
assert im_orig.de00(im).max() < 10

def test_similarity(self):
im = pyvips.Image.new_from_file(JPEG_FILE)
Expand Down

0 comments on commit 7949f5b

Please sign in to comment.