dzi

Crates.iodzi
lib.rsdzi
version0.3.0
sourcesrc
created_at2021-12-20 19:20:25.109598
updated_at2024-09-27 03:14:18.335389
descriptionRust crate and command line utility for deep zom images (DZI)
homepagehttps://github.com/n-k/dzi
repositoryhttps://github.com/n-k/dzi
max_upload_size
id500806
size4,253,012
Nipun Kumar (n-k)

documentation

README

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

Installation

cargo install --force dzi

Usage

dzi path/to/some/image

Example: dzi ./test.jpg will create a directory ./test_files/ with image tiles and a descriptor ./test_files/test.dzi.

Attributions

Test image taen from https://unsplash.com/photos/cbEvoHbJnIE Much of the logic is adapted from https://github.com/openzoom/deepzoom.py

License

2-Clause BSD license. See LICENSE.txt

Commit count: 20

cargo fmt