Closed

Description
Prerequisites
- I have written a descriptive issue title
- I have verified that I am running the latest version of ImageSharp
- I have verified if the problem exist in both
DEBUG
andRELEASE
mode - I have searched open and closed issues to ensure it has not already been reported
Description
When saving image as bmp it can not be seen with Chrome or Firefox, however it can be read by MS Paint.
This started to happen with 1.0.0-beta0006 when i compare the produced image with one from 1.0.0-beta0005 i can see that the bmp header is different....
Steps to Reproduce
using (var image = Image.Load<Rgb24>(mem))
{
// issue here
image.SaveAsBmp(fullMem);
}
System Configuration
Seen under Windows and Linux
- ImageSharp version: 1.0.0-beta0006
- Other ImageSharp packages and versions:
- Environment (Operating system, version and so on):
- .NET Framework version:
- Additional information: