WebP-wrapper icon indicating copy to clipboard operation
WebP-wrapper copied to clipboard

Wrapper for libwebp in C#. The most complete wapper in pure managed C#. Exposes Simple Decoding API, Simple Encoding API, Advanced Encoding API (with stadistis of compresion), Get version library and...

Results 10 WebP-wrapper issues
Sort by recently updated
recently updated
newest added

When I try to load an animated webp, I get an error. Will there be management of animated files?

UnsafeNativeMethods.OnCallback = new UnsafeNativeMethods.WebPMemoryWrite(MyWriter); is causing an exception: System.NullReferenceException Object reference not set to an instance of an object. at UnsafeNativeMethods.WebPEncode_x64(WebPConfig& config, WebPPicture& picture) at WebP.AdvancedEncode(Bitmap bmp, WebPConfig config, Boolean...

Is there a nuget package for it? And how it is compatible with NET CORE?

Hello, I'd like to contribute wrapper code for the WebPAnimDecoder API to enable decoding of Animated WebP files. For that to work it needs the WebP DLL libwebpdemux.dll that depends...

Btw, there are typos in the project's About: w(r)apper [2x], "with statistics of compression" But there seems to be a limit of 350 characters now.

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...

Is is the source code for the WebP wrapper available for download?

I tried the example attached to the WebP-wrapper project, (Webp-wrapper-master) using Visual Studio; well it works. I decide to create a new project to check, I add WebpWrapper.cs to the...

Btw, there are typos in the project's About: w(r)apper [2x], "with statistics of compression" But there seems to be a limit of 350 characters now.