Releases: girder/large_image
Releases · girder/large_image
Version 1.14.3
Version 1.14.2
Version 1.14.1
Changes
- The sources extra_installs didn't include all sources (833)
Version 1.14.0
Features
Improvements
- Handle file URLs with GDAL (820)
- Add a hasAlpha flag to image annotations (823)
- Allow dict for style (817)
- Support drawing multipolygon regions (832)
Bug Fixes
- Fix a range check for pixelmap annotations (815)
- Harden checking if a PIL Image can be read directly from a file pointer (822)
Changes
- Handle PIL deprecations (824)
Version 1.13.0
Version 1.12.0
Features
- Refactor the nd2 source to use the nd2 library (#797)
Improvements
- Add options to threshold near min/max based on the histogram (#798)
- Mark vsi extensions as being preferred by the bioformats source (#793)
- Add mouse events to overlay annotations (#794)
- Use orjson instead of ujson for annotations (#802)
- Use simplejpeg for jpeg encoding rather than PIL (#800)
- Use pylibtiff instead of libtiff (#799)
Bug Fixes
- Harden annotation ACL migration code (#804)
Version 1.11.2
Version 1.11.1
Improvements
- Add options to get frame quad info from python (#783)
Version 1.11.0
Features
- Initial implementation of multi-source tile source (#764)
- Added pixelmap annotation element (#767, #776)
Improvements
- Add more opacity support for image overlays (#761)
- Make annotation schema more uniform (#763)
- Improve TileSource class repr (#765)
- Improve frame slider response with base quads (#771)
- Default to nearest-neighbor scaling in lossless image conversion (#772)
- Improve the import time (#775, #777)
Bug Fixes
- The tile iterator could return excess tiles with overlap (#773)