We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I try to simply load a webp file into a bitmap, I get the error:
Unable to load DLL 'libwebp_x86.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) In WebP.GetInfo In WebP.Load
I am using ASP.NET version 4.8 and so far I have placed DLL files in /bin folder. I also tried /bin/Release and / (root), but without success.
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
When I try to simply load a webp file into a bitmap, I get the error:
Unable to load DLL 'libwebp_x86.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
In WebP.GetInfo
In WebP.Load
I am using ASP.NET version 4.8 and so far I have placed DLL files in /bin folder. I also tried /bin/Release and / (root), but without success.
The text was updated successfully, but these errors were encountered: