cat = Image.open(‘meowp.png’)
display(cat)




1) need help in PYTHON to Flip the blue and green cat-images, sothat they match the orientation of the red image.
Hint: remember that L[-1::-1]reversed a list. Try this syntaxwith the NumPy arrays! Watch your x- and y- axis reversal!
2) Also Assemble the three properly oriented images (match theorientation of the red image) to assemble a complete RGB kitty.
Can you assemble the image without using any loops?
(PYTHON)
Show transcribed image text
Expert Answer
An answer will be send to you shortly. . . . .