dzi 0.1.0

Rust crate and command line utility for deep zom images (DZI)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# DZI
A library and CLI utility for creating deep zoom images.

Deep-zoom images, or DZIs are a standard first published by Microsoft 
for storing and viewing very large images while being able to zoom and pan
without loading the entire image into the viewer.

See https://openseadragon.github.io/ for a reference implementation.

This crate is based on the excellent python implementation at
https://github.com/openzoom/deepzoom.py

## License
2-Clause BSD license. See LICENSE.txt