anthonynsimon/bild
Image processing algorithms in pure Go observed · 2026-08-28
Health v2 · maintenance only
96/100
- Activity 95
- Release rhythm 95
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 22
- age_days: 3684
- days_rel: 32
- days_push: 32
- n_releases_24m: 4
Adoption not part of the score
4204 stars · 215 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
bild is a collection of parallel image processing algorithms written in pure Go, usable both as a Go library and as a CLI tool. It supports adjustments, blending, blur, effects, channel and histogram operations, noise generation, segmentation, and geometric transforms like resize, rotate, and crop.
Use cases
- resize images with filters like lanczos from the command line
- apply blur or median effects to images in a Go program
- adjust brightness and contrast of images
- compute image histograms
- rotate and crop images in batch scripts
- convert images between formats like png and webp
When to choose
- you need image processing in Go with minimal dependencies
- you want a simple CLI for common image transformations
- you need parallelized image algorithms that return standard library image types
When to avoid
- you need maximum performance or GPU-accelerated image processing
- you need advanced editing features like layers or vector graphics
- you work outside the Go ecosystem
Facets
library · maturity active
image-processing cli image-processing graphics developer-tools go cross-platform cli pure-go parallelism image-effects histogram resize signal-processing
1 source
- readme: https://github.com/anthonynsimon/bild · fetched 2026-08-28 · 105af0efbd3c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| anthonynsimon/bild | main | 96 |
For agents
markdown · JSON · MCP: product_card(name="anthonynsimon/bild")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem