BMP encoder lost transparency information #2979
Replies: 1 comment 1 reply
-
First of all my problem was not using I realized this when I was debugging the ImageSharp repository and noticed that the latest code from the repository encoded the BMP as 8-bit. Is there a fix for BMP that hasn't been released yet? @JimBobSquarePants ![]() |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
if i load this png, and save it into bmp:
The bmp one would lose transparency information while the png wouldn't:
bmp:

png:

Is that a bug?
Beta Was this translation helpful? Give feedback.
All reactions