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
Fix PIL array shape handling for RGB OME-TIFF thumbnails
- Read from base series instead of smallest pyramid level to avoid tiny images
- Add np.squeeze() to remove singleton dimensions
- Handle 1D arrays by reshaping to 2D
- Handle >3D arrays by taking first slice
- Fixes TypeError: Cannot handle this data type: (1, 1, 138), |u1
Co-authored-by: adamjtaylor <14945787+adamjtaylor@users.noreply.github.com>
0 commit comments