Added expected test image

This commit is contained in:
Andrew Murray 2023-12-05 07:18:07 +11:00
parent 8c5d5c7e6b
commit c1b3c34678
2 changed files with 2 additions and 0 deletions

BIN
Tests/images/bc4_unorm.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 982 B

View File

@ -93,6 +93,8 @@ def test_dx10_bc4():
assert im.mode == "L"
assert im.size == (64, 64)
assert_image_equal_tofile(im, TEST_FILE_DX10_BC4_UNORM.replace(".dds", ".png"))
@pytest.mark.parametrize(
"image_path",