Skip to content
Discussion options

You must be logged in to vote

I am unable to reproduce your issue. I tried the following:

<PackageReference Include="Magick.NET-Q8-x64" Version="7.20.0.1" />
using var magic = new MagickImage("ZDCF0757.tif");

magic.Format = MagickFormat.Png;

magic.TransformColorSpace(ColorProfile.CoatedFOGRA39, ColorProfile.SRGB);

magic.Strip();

magic.Write("test.png");

And I get the following output:

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by LennardF1989
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants