79501798

Date: 2025-03-11 18:44:28
Score: 1
Natty:
Report link

I believe the issue lies in the following line:

Image.fromarray(np.asarray([blueAmount,blueAmount,blueAmount])

The numpy array you use here would have shape (3, x, y) rather than (x, y, 3) which may have been your intention.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Dennis Kraus