thoas/picfit
An image resizing server written in Go observed · 2026-08-28
Health v2 · maintenance only
72/100
- Activity 94
- Release rhythm 28
- 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: 58
- age_days: 4288
- days_rel: 496
- days_push: 40
- n_releases_24m: 4
Adoption not part of the score
2341 stars · 188 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Picfit is a reusable Go HTTP server that resizes, crops, and generates thumbnails of images on the fly, acting as a proxy over storage backends like S3, GCS, or the filesystem. It caches generated keys in Redis or in-memory stores and is designed to sit behind an HTTP cache such as Varnish.
Use cases
- serve resized images on the fly from S3
- generate thumbnails for a website without pre-processing
- proxy and transform images stored in Google Cloud Storage
- cache resized image variants with Redis
- offload image resizing from application servers to a dedicated service
When to choose
- you need on-demand image resizing across multiple storage backends
- you want a standalone image service behind a CDN or Varnish
- your stack is Go or you prefer a single self-hosted binary
When to avoid
- you only need simple build-time image processing in a script
- you want a UI-driven image editor
- you need advanced editing like filters or face detection
Facets
service · maturity active
image-processing http-server proxy caching image-processing web-development media self-hosted go image-resizing thumbnail-generation on-the-fly-image-manipulation s3 gcs redis linux macos docker
1 source
- readme: https://github.com/thoas/picfit · fetched 2026-08-28 · e8e132bb36e9
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| thoas/picfit | main | 72 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem