- Changed PIL.Image.ANTIALIAS to PIL.Image.LANCZOS because the algorithm changes in PIL project after version 9.3.x.
- Add
DeepZoomCollection
andCollectionCreator
tile_background_color
parameter for setting background color of collection tiles. This can be useful when working with images that don’t compose well on a black background (default). - Respect
DeepZoomCollection
tile_format
parameter.
- Format code using Black.
- Port to Python 3.
- Add workaround for IIP bug that causes it to serve low-level tiles with wrong dimensions.
- Add
DeepZoomCollection.remove
andDeepZoomImageDescriptor.remove
class methods for removing descriptors and their corresponding tiles folders.
- Add sample image and made example script executable.
- Add instructions for installing PIL.
- Fix issue #1: Bug in the tile saving in ImageCreator.create.
- Set
CollectionCreator
max_level
default to7
. - Set
CollectionCreator
tile_size
default to256
.
- Rename
DZIDescriptor
toDeepZoomImageDescriptor
for consistency with the OpenZoom SDK descriptor framework.
- Remove unnecessary
urllib2
import. - Add description of dependencies.
- First release. Nothing is new, or everything is new, depending on how you think about it. -- Google