python from SimpleCV import Image img = Image("example.jpg") gray_img = img.grayscale() gray_img.show() $ pip install SimpleCV