Skip to main content

IIIF Image API library

Project description

Build status Test coverage

iiif - A Python library implementing the International Image Interoperability Framework: Image API 2.0 and Image API 1.1 http://iiif.io/api/image/1.1/. Also includes a test server using the library to implement the Image API transformations dynamically, and a static file generator to pre-compute tiles necessary for OpenSeadragon which may then be stored a static files.

Installation

The library, test server, static file generator are all designed to work with Python 2.6 or 2.7.

Automatic installation:

easy_install iiif

iiif is listed in PyPI and can be installed with pip or easy_install.

Manual installation from github

First install Pillow (a fork of PIL):

sudo pip install Pillow

and then clone and install from this repository:

cd /tmp
git clone git://github.com/zimeon/iiif.git
cd iiif/
python setup.py build
sudo python setup.py install

This will install the library code in the appropriate place within your python setup.

The source code is maintained on Github

See also

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

iiif-0.5.1.tar.gz (40.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page