Home

Awesome

niiifty

A simple Python Flask-based implementation of the IIIF Image API

Notes

Installation & Setup

  1. Clone this repo
  2. Setup a virtualenv (optional)
  3. do pip install -r requirements.txt
  4. do python app.py
  5. You now have a simple IIIF server running at http://127.0.0.1:8080

Quick Start

List all known identifiers

Retrieve large.jpg as 800px wide JPEG

Crop into large.jpg and return 800px wide JPEG

Mirror large.jpg horizontally and return 800px wide JPEG

For more information, read the specification at http://iiif.io/technical-details.html