https://github.com/umapx/umapx.imaging.webp
UMapx sub-library for interacting with webp images
https://github.com/umapx/umapx.imaging.webp
bitmap converter imaging libwebp umapx webp
Last synced: 5 months ago
JSON representation
UMapx sub-library for interacting with webp images
- Host: GitHub
- URL: https://github.com/umapx/umapx.imaging.webp
- Owner: UMapx
- License: mit
- Created: 2022-07-06T13:00:59.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-12-14T19:46:54.000Z (7 months ago)
- Last Synced: 2025-12-17T07:31:29.790Z (6 months ago)
- Topics: bitmap, converter, imaging, libwebp, umapx, webp
- Language: C#
- Homepage:
- Size: 1.8 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

Cross-platform .NET library for digital signal processing
# Installation
Install **UMapx.Imaging.Webp** to your project using [NuGet](https://www.nuget.org/packages/UMapx.Imaging.Webp/) package manager.
```c#
using UMapx.Imaging;
```
To get started with **UMapx.Imaging.Webp** try simple [example](examples).
# License
MIT