mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 01:16:16 +03:00
Updated BC6H test images
This commit is contained in:
parent
c3cc621c67
commit
5911b8c30b
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.mode == "RGB"
|
||||
assert im.size == (256, 256)
|
||||
assert im.size == (128, 128)
|
||||
|
||||
assert_image_equal_tofile(im, image_path.replace(".dds", ".png"))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user