After blitting on the screen an image gotten from a uint8 numpy array using pygame.surfarray.make_surface with display.blit(image, (0, 0)) almost half of the screen is obstructed by a black box
trying to save the same image into a file results in the full image
Asked
Active
Viewed 72 times
0
Vincenzo
- 57
- 1
- 7
-
can we see more code please - maybe the block where you render everything? – programmerpremium Apr 12 '20 at 07:08
-
I am voting to close this question as there is no [**Minimal**, Reproducible Example](https://stackoverflow.com/help/minimal-reproducible-example). – Rabbid76 Dec 31 '20 at 09:51