Comment out lena() caching

This commit is contained in:
hugovk 2014-06-06 10:55:04 +03:00
parent 4ab5b6c583
commit 40ada60cec

View File

@ -172,6 +172,7 @@ def tostring(im, format, **options):
def lena(mode="RGB"): # , cache={}):
from PIL import Image
# im = cache.get(mode)
im = None
if im is None:
if mode == "RGB":
im = Image.open("Images/lena.ppm")