ИЗОБРАЖЕНИЕ ИЗОБРАЖЕНИЯ с Zeros Python

import numpy as np

blank_image = np.zeros((height,width,3), np.uint8)
Merwanski