mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 01:16:16 +03:00
Replace lena.fli with hopper.fli
This commit is contained in:
parent
5606fa3597
commit
8d84f79f44
BIN
Tests/images/hopper.fli
Normal file
BIN
Tests/images/hopper.fli
Normal file
Binary file not shown.
Binary file not shown.
|
@ -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()
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user