Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mpizenberg/zoomtiler
Simple CLI program to generate zoomable tiled images
https://github.com/mpizenberg/zoomtiler
deepzoom dzi image panorama zoomable
Last synced: about 2 months ago
JSON representation
Simple CLI program to generate zoomable tiled images
- Host: GitHub
- URL: https://github.com/mpizenberg/zoomtiler
- Owner: mpizenberg
- License: mpl-2.0
- Created: 2021-10-19T16:24:08.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-16T09:03:10.000Z (2 months ago)
- Last Synced: 2024-10-17T21:12:22.315Z (2 months ago)
- Topics: deepzoom, dzi, image, panorama, zoomable
- Language: Rust
- Homepage:
- Size: 25.4 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zoomtiler
Simple CLI program to generate deepzoom zoomable tiled images.
The input can either be a single image or multiple images of the same height, which are supposed to be consecutive horizontally.```sh
# Create a zoomable image from
# a list of images making up a horizontal panorama
zoomtiler *.png
```![figure](https://user-images.githubusercontent.com/2905865/138273565-a22e44b0-8780-4ecf-ad96-4dae020e04a3.png)
As of writing this, the main advantage of zoomtiler over another tool like [deepzoom.py][deepzoom-py] or [libvips][libvips] is that it works with multiple consecutive input images.
Meaning, if the huge input image you want to tile into a deepzoom format actually does not exists, but is a horizontal panorama composed many consecutive images, this tool can generate the deepzoom tiles without needing to actually generate the huge panorama first.
Another advantage is that it's a 0-dependency, portable executable that you can just download from the [latest release][release].[deepzoom-py]: https://github.com/openzoom/deepzoom.py
[libvips]: https://www.libvips.org/
[release]: https://github.com/mpizenberg/zoomtiler/releases