I get a buffer from the server and create a new blob. For this new blob I create an Object URL, but the image is always displayed incorrectly.
This is the buffer im getting from the server: Buffer
This is how i am creating the object url for the blob: Creating object url from blob
And the result is this: Final image
Also there are no errors in the console.