iiif-prezi - A Python library providing a reference implementation of the International Image Interoperability Framework: Presentation API 2.0 (and earlier versions).
If you want to (and you should) implement version 3.x of the Presentation API, then instead use https://github.com/iiif-prezi/iiif-prezi3
The library, tests and examples are designed to work with Python 2.7, 3.5, 3.6 and 3.7.
Automatic installation from PyPI
The iiif-prezi library code and scripts are listed in PyPI and can be installed with pip
, eg:
pip install iiif-prezi
Manual installation from github
First, clone the code and examples from the Github repository:
компакт-диск /tmp git clone git://github.com/iiif-prezi/iiif-prezi.git cd iiif/
Second, install Pillow (a fork of PIL):
sudo pip install Pillow
После установки Pillow появится сводка поддерживаемых форматов изображений. Для получения всех форматов могут потребоваться дополнительные библиотеки в зависимости от вашей платформы.
Наконец, вы можете установить код библиотеки и сценарии локально в соответствующих местах вашей установки Python, используя:
python setup.py build sudo python setup.py install
Исходный код хранится на Github.
See the Code walkthrough
Авторы: Роб Сандерсон, Симеон Уорнер
Участники: см. график участников Github.
Содействие
Журнал изменений