-
-
Notifications
You must be signed in to change notification settings - Fork 437
Closed
Description
Magick.NET version
14.0.0
Environment (Operating system, version and so on)
Windows, .Net 6
Description
Library fails to preserve transparent background when saving AI image to PNG. It becomes white.
We try to set background transparent:
image.Settings.BackgroundColor = MagickColors.Transparent;
using var fs = File.Create(Path.Combine(OutDirectory, $"{fileName}.{MagickFormat.ToString().ToLower()}"));
image.Write(fs, MagickFormat);
attaching zipped ai image:
Steps to Reproduce
Save image as png.
Metadata
Metadata
Assignees
Labels
No labels