Skip to content

Commit

Permalink
Merge pull request scikit-image#2316 from skrish13/master
Browse files Browse the repository at this point in the history
Added the missing 'grey2rgb' function.
  • Loading branch information
jni authored Sep 21, 2016
2 parents d991a66 + b997be1 commit 2cf1691
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions skimage/color/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
'rgb2grey',
'rgb2gray',
'gray2rgb',
'grey2rgb',
'xyz2lab',
'lab2xyz',
'lab2rgb',
Expand Down

0 comments on commit 2cf1691

Please sign in to comment.