https://github.com/bond-009/blurhashsharp
C# BlurHash encoder library with packages for SkiaSharp.
https://github.com/bond-009/blurhashsharp
bitmap blurhash csharp dotnet hacktoberfest image skia skiasharp
Last synced: about 1 month ago
JSON representation
C# BlurHash encoder library with packages for SkiaSharp.
- Host: GitHub
- URL: https://github.com/bond-009/blurhashsharp
- Owner: Bond-009
- License: mit
- Created: 2020-04-01T21:56:22.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-29T08:03:05.000Z (about 1 year ago)
- Last Synced: 2024-05-02T01:42:22.308Z (about 1 year ago)
- Topics: bitmap, blurhash, csharp, dotnet, hacktoberfest, image, skia, skiasharp
- Language: C#
- Homepage:
- Size: 97.7 KB
- Stars: 17
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BlurHashSharp
![.NET][github-actions-badge] [![NuGet][nuget-badge]][nuget-page]
C# BlurHash encoder library with packages for ImageSharp and SkiaSharp.
## Usage
```cs
string blurhash = BlurHashEncoder.Encode(xComponent: 4, yComponent: 4, filename: "/path/to/your/image.jpeg");
```[github-actions-badge]: https://github.com/Bond-009/BlurHashSharp/workflows/.NET/badge.svg
[nuget-badge]: https://img.shields.io/nuget/v/BlurHashSharp
[nuget-page]: https://www.nuget.org/packages/BlurHashSharp/