-
-
Notifications
You must be signed in to change notification settings - Fork 889
Closed
Labels
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
DEBUGandRELEASEmode - I have searched open and closed issues to ensure it has not already been reported
ImageSharp version
2.1.2
Other ImageSharp packages and versions
2.1.2
Environment (Operating system, version and so on)
Windows 10, Ubuntu 20.04
.NET Framework version
NET 6
Description
After upgrading from 2.1.1 to 2.1.2, some images has saved with incorrect colors:
Steps to Reproduce
using SixLabors.ImageSharp;
using var image = Image.Load("sample.jpeg");
image.SaveAsJpeg("output.jpeg");
