git clone https://github.com/openzoom/deepzoom.py.git
cd deepzoom.py
python setup.py install
Install for local development:
python3 -m pip install -e .
cd examples/helloworld/
# Single image (DZI)
./helloworld-dzi.py
# Collection (DZC)
./helloworld-dzc.py
Initially developed by Kapil Thangavelu. Powered by OpenZoom.
Licensed under the New BSD Licence.