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.
docker run -p 8080:8080 ghcr.io/libops/triplet:mainThen try the bundled sample image:
curl http://localhost:8080/iiif/3/sample.png/info.jsonThe project documentation lives at https://libops.github.io/triplet.
make build
make testMIT. See LICENSE.