I receive an image from a Flutter mobile app like this (base64): https://next-at-ms.com/base64data.txt back to image is something like this: https://next-at-ms.com/imagedata.bmp
i need to include this image in a Fastreport.NET pdf report but it appear like a full dark image
as far as i understood it is an image/bmp type
Following other questions similar here, i try looping pixel by pixel, i removed alpha channel, i try a suggestion based on PdfSharp / Bitmapsources /BmpDitmapDecoder and combinations of them; i tried the accepted and even other answers with no luck.
I noticed that opening the file in windows explorer the image looks like full dark while in OSX preview I see the transparent image correctly same as in Chrome Browser in both operating systems
Any idea?
You can set background color with SixLabors.ImageSharp