git clone https://github.com/openzoom/deepzoom.py.git
cd deepzoom.py
python setup.py install
cd deepzoom.py/examples/helloworld/
./helloworld.py
- Get
pip
- Run
sudo pip install pil
- Run
python
- Enter
import PIL
and make sure there’s no error - Congratulations, you’re ready to use
deepzoom.py
- Google App Engine: Installing PIL
- Installing PIL on Mac OS X Lion
- Building PIL on OS X: Snow Leopard
Initially developed by Kapil Thangavelu. Powered by OpenZoom.
Licensed under the New BSD Licence.
- Added workaround for IIP bug that causes it to serve low-level tiles with wrong dimensions.
- Added
DeepZoomCollection.remove
andDeepZoomImageDescriptor.remove
class methods for removing descriptors and their corresponding tiles folders.
- Added sample image and made example script executable.
- Added instructions for installing PIL.
- Fixed issue #1: Bug in the tile saving in ImageCreator.create.
- Set
CollectionCreator
max_level
default to7
. - Set
CollectionCreator
tile_size
default to256
.
- Renamed
DZIDescriptor
toDeepZoomImageDescriptor
for consistency with the OpenZoom SDK descriptor framework.
- Removed unnecessary
urllib2
import. - Added description of dependencies.
- First release. Nothing is new, or everything is new, depending on how you think about it. -- Google