davidbyttow/govips
A lightning fast image processing and resizing library for Go observed · 2026-08-28
Health v2 · maintenance only
79/100
- Activity 96
- Release rhythm 45
- 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: 219.5
- age_days: 3538
- days_rel: 154
- days_push: 25
- n_releases_24m: 3
Adoption not part of the score
1654 stars · 216 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
govips is a Go library that wraps the libvips image processing library, exposing fast image operations like resizing, format conversion, and transformation through type-safe Go bindings. It leverages libvips's speed and low memory usage to enable high-throughput, concurrent image processing in Go services.
Use cases
- resize images in a Go web service
- convert images between jpeg, png, webp, and heic
- generate thumbnails at scale
- process svg and pdf files into raster images
- build a fast concurrent image processing pipeline in Go
When to choose
- you need high-performance image processing in Go with lower memory use than ImageMagick
- you handle many concurrent image resize/convert requests
- you need broad format support including webp, heif, tiff, and svg
When to avoid
- you need pure Go with no C dependencies
- you target native Windows without WSL, since it's not regularly tested there
- you only need simple one-off image edits where a pure-Go library suffices
Facets
library · maturity active
image-processing image-processing web-development go cross-platform libvips cgo image-resizing svg webp heic thumbnailing linux macos
1 source
- readme: https://github.com/davidbyttow/govips · fetched 2026-08-28 · 5b060b5f5da0
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| davidbyttow/govips | main | 79 |
For agents
markdown · JSON · MCP: product_card(name="davidbyttow/govips")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem