diff --git a/README.md b/README.md new file mode 100644 index 0000000..bd8f2fe --- /dev/null +++ b/README.md @@ -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)* diff --git a/dist-archive/unzoomify-0.9.9.tar.xz b/dist-archive/unzoomify-0.9.9.tar.xz new file mode 100644 index 0000000..6540975 Binary files /dev/null and b/dist-archive/unzoomify-0.9.9.tar.xz differ diff --git a/doc/output_sample.jpg b/doc/output_sample.jpg new file mode 100644 index 0000000..1ad156c Binary files /dev/null and b/doc/output_sample.jpg differ