Magick.NET version
Magick.NET-Q8-OpenMP-x64 14.14.0
Environment (Operating system, version and so on)
win11 x64
Description
When psd convert to png nearly a half of below is alpha, the psd file is home.zip, and size is : 1,920*19,234
The section in red borders is alpha of nothing to show like this:
Steps to Reproduce
using var img = new MagickImage("./home.psd");
img.Write("./home.png", MagickFormat.Png);
or
magick.exe ./home.psd ./home.png
Magick.NET version
Magick.NET-Q8-OpenMP-x64 14.14.0
Environment (Operating system, version and so on)
win11 x64
Description
When psd convert to png nearly a half of below is alpha, the psd file is home.zip, and size is : 1,920*19,234
The section in red borders is alpha of nothing to show like this:
Steps to Reproduce
or