- Add --extra parameter to iiif_static.py - Drop python 3.3 from tests, add python 3.6 - Drop rst-lint from travis tests as no longer works on python 2.6
1.0.2
- Handle 16bit TIFF with PIL manipulators - Support IIIF Authentication API v1.0
1.0.1
- Tweak pypi install
1.0.0
- Change to 1.x.x version as core codebase stable - Make IIIF Image API v2.1 the default (although not all features implemented) - Improvements for PIL manipulator (thanks jgreidy) - Extended info.profile to complex profiles for 2.x Image Information
0.6.1
- Now works with python 2.6, 2.7, 3.3, 3.4 and 3.5 - Static tile generation supports both use of canonical size syntax for OpenSeadragon >= 1.2.1, and the old syntax for earlier versions - Better surface/handle image size warnings from Pillow - Use logging instead of print in iiif.static
0.6.0
- Refactor manipulators for easier testing - Improve test coverage of PIL manipulator - Fix static files tile sizes (thanks edsu) - Modify static tile generation for canonical URIs as used by OpenSeadragon 2.0 - Test server now a Flask application - DRAFT - IIIF Image API v2.1 features for testing (not final), add /square/ region, and trial authentication support