Skip to content

Commit

Permalink
MIN Allow "lenna" as key for Lena image
Browse files Browse the repository at this point in the history
According to Wikipedia, both variations are used (although Lena is more
current).
  • Loading branch information
luispedro committed Jun 14, 2014
1 parent 20bcb37 commit 50b79e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mahotas/demos/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 50b79e4

Please sign in to comment.