Skip to content

Commit

Permalink
Only use existing test image
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Oct 24, 2022
1 parent 4b31a7b commit d092bb7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Binary file removed Tests/images/hopper_4bit.bmp
Binary file not shown.
Binary file removed Tests/images/hopper_rle4.bmp
Binary file not shown.
3 changes: 0 additions & 3 deletions Tests/test_file_bmp.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,6 @@ def test_rle8():


def test_rle4():
with Image.open("Tests/images/hopper_rle4.bmp") as im:
assert_image_similar_tofile(im, "Tests/images/hopper_4bit.bmp", 12)

with Image.open("Tests/images/bmp/g/pal4rle.bmp") as im:
assert_image_similar_tofile(im, "Tests/images/bmp/g/pal4.bmp", 12)

Expand Down

0 comments on commit d092bb7

Please sign in to comment.