79129721

Date: 2024-10-27 00:54:31
Score: 2.5
Natty:
Report link

Shortly after posting the question I found the answer. QImage is created with uninitialized data.

Adding this cleared it up: self.image.fill(0)

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: user794667