On-the-fly image resize / crop / transcode origin, served behind a CDN. Powered by libvips.
This repository is mirrored from Hikarinagi's private development monorepo. Issues and pull requests are welcome here; maintainers import accepted changes into the upstream monorepo before the next mirror sync.
See docs/ for the HTTP API, architecture, and configuration.
Requires libvips (apt install libvips-dev / brew install vips).
cargo test -p hips-core # contract logic
cargo run --bin hips # needs R2_* env (see .env.example)docker build -t hips .