triplet

May 4, 2026 ยท View on GitHub

A IIIF server in Go. Triplet implements the IIIF Image API 3.0 and IIIF Presentation API 3.0.

All image processing is done by libvips through govips.

Quick start

docker run -p 8080:8080 ghcr.io/libops/triplet:main

Then try the bundled sample image:

curl http://localhost:8080/iiif/3/sample.png/info.json

Documentation

The project documentation lives at https://libops.github.io/triplet.

License

MIT. See LICENSE.

Contents

  1. 1Quick start
  2. 2Documentation
  3. 3License