Updated BC6H test images

This commit is contained in:
Andrew Murray 2022-10-08 21:20:31 +11:00
parent c3cc621c67
commit 5911b8c30b
5 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.0 KiB

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

After

Width:  |  Height:  |  Size: 28 KiB

View File

@ -125,7 +125,7 @@ def test_dx10_bc6h(image_path):
assert im.format == "DDS"
assert im.mode == "RGB"
assert im.size == (256, 256)
assert im.size == (128, 128)
assert_image_equal_tofile(im, image_path.replace(".dds", ".png"))