disintegration/imaging
Imaging is a simple image processing package for Go observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5018
- days_rel: n/a
- days_push: 1078
- n_releases_24m: 0
Adoption not part of the score
5756 stars · 482 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Imaging is a Go library providing basic image processing functions such as resize, rotate, crop, and brightness/contrast adjustments. It works with any image type implementing the image.Image interface and offers multiple resampling filters including Lanczos and CatmullRom.
Use cases
- resize images in go
- crop and rotate images programmatically
- adjust image brightness and contrast
- apply blur or sharpen filters to images
- generate image thumbnails with high-quality resampling
- batch process images in a go application
When to choose
- you need simple, dependency-free image manipulation in Go
- you want high-quality resampling filters like Lanczos
- your workload is basic resize/crop/adjust operations rather than complex pipelines
When to avoid
- you need advanced computer vision or deep learning features
- you require GPU-accelerated or massively parallel image processing
- you need format support beyond what Go's standard library provides
Facets
library · maturity stable
image-processing image-processing graphics go cross-platform image-manipulation resize crop rotate filters convolution
1 source
- readme: https://github.com/disintegration/imaging · fetched 2026-08-28 · 7c90a718c102
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| disintegration/imaging | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="disintegration/imaging")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem