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