nfnt/resize
Pure golang image resizing observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases archived
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: 5144
- days_rel: n/a
- days_push: 1614
- n_releases_24m: 0
Adoption not part of the score
3046 stars · 324 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A pure Go library for resizing images using common interpolation methods such as nearest-neighbor, bilinear, bicubic, and Lanczos resampling. It provides simple functions for scaling images and generating aspect-ratio-preserving thumbnails.
Use cases
- resize images in go
- generate thumbnails preserving aspect ratio
- downscale images with lanczos resampling
- scale images with bicubic interpolation
- pure go image resizing without c dependencies
When to choose
- you need a simple, dependency-free pure Go image resizing library
- you want a choice of interpolation kernels from fast to high-quality
- your project already uses it and stability matters more than updates
When to avoid
- you need an actively maintained library - the author explicitly states it is no longer updated
- you need formats or image types beyond the optimized set, which process slowly
- you need advanced features like cropping, filters, or format conversion
Facets
library · maturity abandoned
image-processing image-processing go cross-platform image-resize interpolation thumbnail lanczos pure-go
1 source
- readme: https://github.com/nfnt/resize · fetched 2026-08-28 · b021c247d7a2
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| nfnt/resize | main | 10 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem