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
Replace custom tifffile/PIL implementation with pyvips (libvips):
- Works with both OME-TIFF (convert=true) and original formats like SVS (convert=false)
- Handles RGB chunky format from raw2ometiff --rgb flag
- Production-ready library designed for whole slide imaging
- Efficiently handles pyramidal images automatically
- Eliminates complex array shape manipulation code
- More maintainable and reliable
Co-authored-by: adamjtaylor <14945787+adamjtaylor@users.noreply.github.com>
0 commit comments