Merge pull request #926 from wiredfool/fli

Replace lena.fli with hopper.fli
This commit is contained in:
wiredfool 2014-09-29 10:58:52 -07:00
commit 7fcb371fd3
3 changed files with 3 additions and 1 deletions

BIN
Tests/images/hopper.fli Normal file

Binary file not shown.

Binary file not shown.

View File

@ -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()