You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have verified that I am running the latest version of ImageSharp
I have verified if the problem exist in both DEBUG and RELEASE mode
I have searched open and closed issues to ensure it has not already been reported
Description
The following image was created using the CMYK color space.
Loading this file and then saving results in this image.
(On my machine, the two images look the same in this issue but if you download the images, you will see the difference. Maybe github is experiencing the same thing 😃)
Steps to Reproduce
The following code is all you need to convert the first image into the second one. Note that this is a .Net Core 3.1 app using C#8.
Prerequisites
DEBUGandRELEASEmodeDescription
The following image was created using the CMYK color space.
Loading this file and then saving results in this image.
(On my machine, the two images look the same in this issue but if you download the images, you will see the difference. Maybe github is experiencing the same thing 😃)
Steps to Reproduce
The following code is all you need to convert the first image into the second one. Note that this is a .Net Core 3.1 app using C#8.
System Configuration