matthieuauger / test-dzi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

deepzoom.py: Python Deep Zoom Tools

Installation

git clone https://github.com/openzoom/deepzoom.py.git
cd deepzoom.py
python setup.py install

Development

Install for local development:

python3 -m pip install -e .

Example

cd examples/helloworld/

# Single image (DZI)
./helloworld-dzi.py

# Collection (DZC)
./helloworld-dzc.py

Acknowledgements

Initially developed by Kapil Thangavelu. Powered by OpenZoom.

License

Licensed under the New BSD Licence.

About

License:Other


Languages

Language:Python 99.8%Language:Shell 0.2%