cooco119 / deepzoom.py

DEPRECATED: Python Deep Zoom Tools

Home Page:http://openzoom.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

+++ OpenZoom Python Deep Zoom Tools are no longer being maintained nor supported +++

deepzoom.py: Python Deep Zoom Tools

Installation

git clone https://github.com/openzoom/deepzoom.py.git
cd deepzoom.py
python setup.py install

Example

cd deepzoom.py/examples/helloworld/
./helloworld.py

Dependencies

Installation

  1. Get pip
  2. Run sudo pip install pil
  3. Run python
  4. Enter import PIL and make sure there’s no error
  5. Congratulations, you’re ready to use deepzoom.py

Resources

Acknowledgements

Initially developed by Kapil Thangavelu. Powered by OpenZoom.

License

Licensed under the New BSD Licence.

Changelog

Version 1.0.0 – October 6, 2011

  • Added workaround for IIP bug that causes it to serve low-level tiles with wrong dimensions.
  • Added DeepZoomCollection.remove and DeepZoomImageDescriptor.remove class methods for removing descriptors and their corresponding tiles folders.

Version 0.9.4 – September 9, 2011

  • Added sample image and made example script executable.
  • Added instructions for installing PIL.

Version 0.9 – November 14, 2010

  • Fixed issue #1: Bug in the tile saving in ImageCreator.create.
  • Set CollectionCreator max_level default to 7.
  • Set CollectionCreator tile_size default to 256.

Version 0.1.2 – May 24, 2009

  • Renamed DZIDescriptor to DeepZoomImageDescriptor for consistency with the OpenZoom SDK descriptor framework.

Version 0.1.1 – April 8, 2009

  • Removed unnecessary urllib2 import.
  • Added description of dependencies.

Version 0.1.0 – March 23, 2009

  • First release. Nothing is new, or everything is new, depending on how you think about it. -- Google

About

DEPRECATED: Python Deep Zoom Tools

http://openzoom.org/

License:Other


Languages

Language:Python 99.7%Language:Shell 0.3%