Skip to content

Commit

Permalink
Merge pull request #5 from radarhere/bc6h_tests
Browse files Browse the repository at this point in the history
Updated BC6H test images
  • Loading branch information
ShadelessFox committed Oct 8, 2022
2 parents c3cc621 + 5911b8c commit 93cafc8
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Binary file modified Tests/images/bc6h.dds
Binary file not shown.
Binary file modified Tests/images/bc6h.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Tests/images/bc6h_sf.dds
Binary file not shown.
Binary file modified Tests/images/bc6h_sf.png
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 Tests/test_file_dds.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"))

Expand Down

0 comments on commit 93cafc8

Please sign in to comment.