mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Merge pull request #5 from radarhere/bc6h_tests
Updated BC6H test images
This commit is contained in:
commit
93cafc8809
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 |
|
@ -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"))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user