You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
✨ New
Add DICOM writer.
Avoid decoding entire TIFF before conversion starts.
TIFFReader can now expose a dask array view (using tiffile Zarr view
underneath).
Add overwrite option to transcode CLI mode.
Refactor to use persistent worker subprocesses. This avoids recreating
the reader object for each region read. For some reader such as
DICOMWSIReader this significantly improves performance.
General refactoring and code cleanup.
🐛 Bug Fixes
Fix writing MPP for SVSWriter.
Remove OpenSlide thumbnail generation method. This would cause the
process to run out of memory for some files and the base
implementation works just as well without this memory issue.