Replies: 1 comment
-
What is the output of |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Unable to load shared library 'Magick.Native-Q8-x64.dll' or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable: libMagick.Native-Q8-x64.dll: cannot open shared object file: No such file or directory at ImageMagick.Environment.NativeMethods.X64.Environment_SetEnv(IntPtr name, IntPtr value)
at ImageMagick.Environment.NativeEnvironment.SetEnv(String name, String value) in /_/src/Magick.NET/Native/Helpers/Environment.cs:line 116
Code:
using (var image = new MagickImageCollection(new FileInfo(psd)))
{
image.Write(psd.Replace(".psd", ".gif"),MagickFormat.Gif);
}
Environment:Centos7.9 x64, .Net6, Magick.Net 12.1.0
Beta Was this translation helpful? Give feedback.
All reactions