Releases: htkzr80s/WebpEncoder.NET
Releases · htkzr80s/WebpEncoder.NET
WebpEncoder.dll v1.0.0
WebpEncoder.dll
A lightweight and simple native DLL wrapper for Google's libwebp, allowing basic WebP encoding from C# and other .NET environments.
[!NOTE]
This project (including the wrapper code and C# examples) was automatically generated by AI. It is highly recommended to perform thorough testing and implement proper error handling before using it in a production environment.
Key Features
- libwebp Wrapper: Statically links
libwebp1.6.0. - Self-Contained: No additional external runtime dependencies required.
- Designed for .NET: Supports raw BGRA/RGBA pixel data input (suitable for
WriteableBitmap, etc.). - Minimal API: Provides straightforward encoding functions without complex configurations.