Depedency path for libwebp native codec dlls #113
Replies: 4 comments 1 reply
-
Have you seen #107 ? There was an issue with the dependency resolution in the managed wrapper, which has been fixed in the latest CI packages If you have a scenario not covered by the logic in the package, you can call |
Beta Was this translation helpful? Give feedback.
-
Thanks @saucecontrol, I tried new packages but it doesn't work for me, I am getting below error System.DllNotFoundException: Unable to load DLL 'webpdemux' or one of its dependencies: The specified module could not be found. (0x8007007E) it looks like I have to manually copy webp codec files to my website root folder, but that also doesn;t work for me as I am using these packages are part of plugin framework |
Beta Was this translation helpful? Give feedback.
-
That call stack doesn't look like it's from the latest CI build. If the native dependency resolution fails, you should be getting the error on The related code is here: PhotoSauce/src/NativeCodecs/Libwebp/WebpCodec.cs Lines 25 to 57 in 49a40c0 |
Beta Was this translation helpful? Give feedback.
-
This is the latest stack trace System.DllNotFoundException: Unable to load DLL 'webp' or one of its dependencies: The specified module could not be found. (0x8007007E) I am able to solve this by loading codec dlls manually using NativeLibrary.Load |
Beta Was this translation helpful? Give feedback.
-
Is there any way I can specify folder path for libwebp native codec dlls?
Beta Was this translation helpful? Give feedback.
All reactions