Replace lena.fli with hopper.fli

This commit is contained in:
wiredfool 2014-09-29 10:40:33 -07:00
parent 5606fa3597
commit 8d84f79f44
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()