File size: 82 Bytes
a54a16d
 
 
 
1
2
3
4
from skimage.color import rgb2gray

def as_gray(image):
    return rgb2gray(image)