Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openzoom/deepzoom.py
Python Deep Zoom Tools
https://github.com/openzoom/deepzoom.py
Last synced: 3 months ago
JSON representation
Python Deep Zoom Tools
- Host: GitHub
- URL: https://github.com/openzoom/deepzoom.py
- Owner: openzoom
- License: other
- Created: 2009-08-07T17:14:15.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2023-07-12T20:36:58.000Z (over 1 year ago)
- Last Synced: 2024-07-15T15:42:16.983Z (5 months ago)
- Language: Python
- Homepage: http://openzoom.org/
- Size: 149 KB
- Stars: 176
- Watchers: 9
- Forks: 73
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
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
```## Development
Install for local development:
```
python3 -m pip install -e .
```## Example
```bash
cd examples/helloworld/# Single image (DZI)
./helloworld-dzi.py# Collection (DZC)
./helloworld-dzc.py
```## Acknowledgements
Initially developed by [Kapil Thangavelu](mailto:[email protected]).
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