Dezoomify
Download and losslessly untile Zoomify images
Install / Use
/learn @valgur/DezoomifyREADME
Dezoomify is a program to reverse the image tiling method that is used by some websites to display large images in a convenient manner.
Installing
Dezoomify should not require any installation. Simply run
chmod +x dezoomify.py
./dezoomify.py <Zoomify page URL> <output file name>
on Linux or
py dezoomify.py <Zoomify page URL> <output file name>
on Windows. If the above does not work for Windows, try reinstalling Python 3 with the “Add python.exe to search path” option.
Contact and support
Support is provided through the issue tracker. Please file any bugs and issues you come across there.
Authors
Dezoomify is the work of:
- inductiveload inductiveload@gmail.com
- Martin Valgur martin.valgur@gmail.com
- Lukáš Říha cedel@centrum.cz
Acknowledgements
Dezoomify includes a few external components.
jpegtran:
Copyright (c) 1995–2012, Thomas G. Lane, Guido Vollbeding. Part of the Independent JPEG Group's software.
progressbar:
Copyright (c) 2005 Nilton Volpato.
License
Dezoomify is licensed under the MIT Expat License, which is compatible with the GPL.
Copyright (C) 2011 by inductiveload and all contributors
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
