Skip to content

C# BlurHash encoder library with packages for SkiaSharp and ImageSharp.

License

Notifications You must be signed in to change notification settings

Bond-009/BlurHashSharp

Repository files navigation

BlurHashSharp

.NET NuGet

C# BlurHash encoder library with packages for ImageSharp and SkiaSharp.

Usage

string blurhash = BlurHashEncoder.Encode(xComponent: 4, yComponent: 4, filename: "/path/to/your/image.jpeg");