Merge pull request #5 from radarhere/bc6h_tests

Updated BC6H test images
This commit is contained in:
ShadelessFox 2022-10-08 15:35:42 +02:00 committed by GitHub
commit 93cafc8809
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.format == "DDS"
assert im.mode == "RGB" assert im.mode == "RGB"
assert im.size == (256, 256) assert im.size == (128, 128)
assert_image_equal_tofile(im, image_path.replace(".dds", ".png")) assert_image_equal_tofile(im, image_path.replace(".dds", ".png"))