ActivityPub: https://github.com/bbrks/go-blurhash
blur blurhash go image mastodon
Score: 10.350734194659248
Last synced: about 9 hours ago
JSON representation
Repository metadata:
🖼#️⃣ A pure Go implementation of Blurhash
- Host: GitHub
- URL: https://github.com/bbrks/go-blurhash
- Owner: bbrks
- License: mit
- Created: 2019-05-09T00:13:12.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2026-01-30T01:20:04.000Z (about 2 months ago)
- Last Synced: 2026-02-18T23:13:14.849Z (about 1 month ago)
- Topics: blur, blurhash, go, image, mastodon
- Language: Go
- Homepage:
- Size: 1.78 MB
- Stars: 170
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Owner metadata:
- Name: Ben Brooks
- Login: bbrks
- Email: ben@bbrks.me
- Kind: user
- Description: Principal Software Engineer at @couchbase
- Website: https://bbrks.me
- Location: Manchester, UK
- Twitter:
- Company: @couchbase @couchbaselabs
- Icon url: https://avatars.githubusercontent.com/u/1525809?u=da28ebe23bd11af4df9265b196a5cea6e558e12f&v=4
- Repositories: 90
- Last Synced at: 2025-12-07T01:21:07.865Z
- Profile URL: https://github.com/bbrks
GitHub Events
Total
- Push event: 1
- Watch event: 20
- Total: 21
Last Year
- Push event: 1
- Watch event: 10
- Total: 11
Committers metadata
Last synced: 3 days ago
Total Commits: 41
Total Committers: 2
Avg Commits per committer: 20.5
Development Distribution Score (DDS): 0.024
Commits in past year: 26
Committers in past year: 1
Avg Commits per committer in past year: 26.0
Development Distribution Score (DDS) in past year: 0.0
| Name | Commits | |
|---|---|---|
| Ben Brooks | b****n@b****e | 40 |
| diamondburned | d****s@g****m | 1 |
Issue and Pull Request metadata
Last synced: 6 months ago
Total issues: 5
Total pull requests: 1
Average time to close issues: 2 months
Average time to close pull requests: about 1 month
Total issue authors: 5
Total pull request authors: 1
Average comments per issue: 1.8
Average comments per pull request: 7.0
Merged pull request: 1
Bot issues: 0
Bot pull requests: 0
Past year issues: 0
Past year pull requests: 0
Past year average time to close issues: N/A
Past year average time to close pull requests: N/A
Past year issue authors: 0
Past year pull request authors: 0
Past year average comments per issue: 0
Past year average comments per pull request: 0
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 0
Top Issue Authors
- tamoyal (1)
- ivanjaros (1)
- bartekpacia (1)
- DagAgren (1)
- diamondburned (1)
Top Pull Request Authors
- diamondburned (1)
Top Issue Labels
Top Pull Request Labels
Package metadata
- Total packages: 1
- Total downloads: unknown
- Total docker downloads: 66
- Total dependent packages: 15
- Total dependent repositories: 9
- Total versions: 3
proxy.golang.org: github.com/bbrks/go-blurhash
Package blurhash provides encoding and decoding of Blurhash image placeholders. Blurhash is an algorithm that encodes an image into a short ASCII string representing a gradient of colors. When decoded, this string produces a blurred placeholder that approximates the original image's colors and structure. For simple one-off operations, use the package-level Encode and Decode functions. For batch processing with reduced allocations, use the reusable Encoder and Decoder types.
- Homepage: https://github.com/bbrks/go-blurhash
- Documentation: https://pkg.go.dev/github.com/bbrks/go-blurhash#section-documentation
- Licenses: MIT
- Latest release: v1.2.0 (published about 2 months ago)
- Last Synced: 2026-03-25T13:04:09.276Z (3 days ago)
- Versions: 3
- Dependent Packages: 15
- Dependent Repositories: 9
- Docker Downloads: 66
-
Rankings:
- Docker downloads count: 1.453%
- Dependent packages count: 1.474%
- Dependent repos count: 1.774%
- Average: 3.578%
- Stargazers count: 4.315%
- Forks count: 8.872%
Dependencies
- github.com/matryer/is v1.2.0
- github.com/matryer/is v1.2.0