python cv2 baca gambar abu -abu

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