79566503

Date: 2025-04-10 11:30:24
Score: 2
Natty:
Report link

The reason the bitmap didn't showed up was apperently because how the data was passed.
It was passed from the function

ImageDataFactory.CreateRawImage(bytes)

and it should be done by

ImageDataFactory.Create(bytes)

as it is done in the example from the Part IV in the comment from @André Lemos

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @AndrĂ©
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: xerves