commit all archived files
This commit is contained in:
parent
4ec7988725
commit
e84b766752
20
README.md
Normal file
20
README.md
Normal file
@ -0,0 +1,20 @@
|
||||
# unzoomify
|
||||
|
||||
![](https://img.shields.io/badge/written%20in-PHP-blue)
|
||||
|
||||
Find and combine images from a Zoomify tileset.
|
||||
|
||||
Zoomify is a format for splitting a high-resolution image into a set of small tiles, that can be browsed interactively via a web plugin. This project provides a command-line utility that will find and the tiles for a source image, download all the images (with progress bar) and merge them to reconstruct the source image. It must be supplied with a target URL and dimension parameters (that can be found via HTML inspection).
|
||||
|
||||
Tags: scraper
|
||||
|
||||
## See Also
|
||||
|
||||
- http://www.theatlantic.com/media/interactives/2015/11/colorado-satellite-photo/ A sample Zoomify image
|
||||
- https://github.com/turban/Leaflet.Zoomify Open-source Zoomify viewer plugin for Leaflet.js
|
||||
- https://github.com/lovasoa/dezoomify/ A similar project
|
||||
|
||||
|
||||
## Download
|
||||
|
||||
- [⬇️ unzoomify-0.9.9.tar.xz](dist-archive/unzoomify-0.9.9.tar.xz) *(812B)*
|
BIN
dist-archive/unzoomify-0.9.9.tar.xz
Normal file
BIN
dist-archive/unzoomify-0.9.9.tar.xz
Normal file
Binary file not shown.
BIN
doc/output_sample.jpg
Normal file
BIN
doc/output_sample.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
Reference in New Issue
Block a user