Skip to content

valdemar1977/dezoomify-py

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dezoomify-py

Dezoomify is a program to reverse the image tiling method that is used by some websites to display large images in a convenient manner.

Note about this repository

This is a fork of the (visibly unmaintained) https://sourceforge.net/p/dezoomify This fork fixes bugs in the original version.

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

You can open issues on this github repository.

Contact relating to the software should be made at the Sourceforge project page: http://sourceforge.net/projects/dezoomify/

Support is provided through support tickets and a wiki system there. Please file any bugs and issues you come across at the issue tracker.

Authors

Dezoomify is the work of:

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.

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.

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%