diff --git a/Tests/images/hopper.fli b/Tests/images/hopper.fli new file mode 100644 index 000000000..0de1d3394 Binary files /dev/null and b/Tests/images/hopper.fli differ diff --git a/Tests/images/lena.fli b/Tests/images/lena.fli deleted file mode 100644 index 2c7367e22..000000000 Binary files a/Tests/images/lena.fli and /dev/null differ diff --git a/Tests/test_file_fli.py b/Tests/test_file_fli.py index 0c1d6e36a..3580edc18 100644 --- a/Tests/test_file_fli.py +++ b/Tests/test_file_fli.py @@ -3,7 +3,9 @@ from helper import unittest, PillowTestCase from PIL import Image # sample ppm stream -file = "Tests/images/lena.fli" +# created as an export of a palette image from Gimp2.6 +# save as...-> hopper.fli, default options. +file = "Tests/images/hopper.fli" data = open(file, "rb").read()