Ross ROSS = Recommend OSS · open-source software intelligence for agents

nfnt/resize

Pure golang image resizing observed · 2026-08-28

github.com/nfnt/resize · Go · ISC (permissive) · archived 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
nfnt/resizemain10

For agents

markdown · JSON · MCP: product_card(name="nfnt/resize")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem