# deepzoom.py **Repository Path**: dyjch/deepzoom.py ## Basic Information - **Project Name**: deepzoom.py - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-26 - **Last Updated**: 2024-06-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # deepzoom.py: Python Deep Zoom Tools ## Installation ```bash git clone https://github.com/openzoom/deepzoom.py.git cd deepzoom.py python setup.py install ``` ## Example ```bash cd examples/helloworld/ # Single image (DZI) ./helloworld-dzi.py # Collection (DZC) ./helloworld-dzi.py ``` ## Acknowledgements Initially developed by [Kapil Thangavelu](mailto:kapil.foss@gmail.com). Powered by [OpenZoom][]. ## License Licensed under the [New BSD Licence][bsd]. [bsd]: http://www.opensource.org/licenses/bsd-license.php [openzoom]: http://openzoom.org [pil]: http://www.pythonware.com/products/pil [pillow]: https://pillow.readthedocs.io/en/stable/installation.html#basic-installation