There are there image arrays like this:
image1 = np.array([ [ # [R G B] # | | | [1, 2, 3], [11, 22, 55], [12, 45, 56] ], [