Replies: 1 comment 1 reply
-
I did not notice you used |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
when I open a psd with transparent background and save it to another file the background change to white:
using (var image = new MagickImage("myfile.psd", MagickFormat.Psd))
{
image.Write("out.psd", MagickFormat.Psd);
}
a sample file is attached psd.zip
thanks!
Beta Was this translation helpful? Give feedback.
All reactions