Python CV2 Leia a imagem de cinza

import cv2
im_gray = cv2.imread('grayscale_image.png', cv2.IMREAD_GRAYSCALE)
Jittery Jellyfish