From 50b79e49052e06f23a7a4c598610da37de6353b8 Mon Sep 17 00:00:00 2001 From: Luis Pedro Coelho Date: Sat, 14 Jun 2014 22:02:52 +0200 Subject: [PATCH] MIN Allow "lenna" as key for Lena image According to Wikipedia, both variations are used (although Lena is more current). --- mahotas/demos/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mahotas/demos/__init__.py b/mahotas/demos/__init__.py index a7e11e7b..5f3e9947 100644 --- a/mahotas/demos/__init__.py +++ b/mahotas/demos/__init__.py @@ -40,6 +40,7 @@ def load(image_name, as_grey=None): _demo_images = { 'wally' : 'DepartmentStore.jpg', 'departmentstore' : 'DepartmentStore.jpg', + 'lenna' : 'lena.jpg', 'lena' : 'lena.jpg', 'luispedro' : 'luispedro.jpg', 'nuclear' : 'nuclear.png',