Skip to content

kili-technology/deepzoom.py

 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.8%
  • Shell 0.2%