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
crop_region fails to crop multiscale (like pyramid format) images. I think it will be import to support pyramid ome-tiff's and NGFF moving forward.
Some thoughts:
If the crop is large, it should copy or regenerate pyramids for the resulting image
If the crop is small, it might make sense to only keep the highest scale image
The text was updated successfully, but these errors were encountered:
crop_region
fails to crop multiscale (like pyramid format) images. I think it will be import to support pyramid ome-tiff's and NGFF moving forward.Some thoughts:
If the crop is large, it should copy or regenerate pyramids for the resulting image
If the crop is small, it might make sense to only keep the highest scale image
The text was updated successfully, but these errors were encountered: