BlurHash encoder for working with raw bitmaps in memory.
License
MIT
Deps
0
Install Size
—
Vulns
✓ 0
Published
Apr 9, 2025
$ dotnet add package BlurHashSharp
C# BlurHash encoder library with packages for ImageSharp and SkiaSharp.
string blurhash = BlurHashEncoder.Encode(xComponent: 4, yComponent: 4, filename: "/path/to/your/image.jpeg");