adamjtaylor / miniature

Use dimensionality reduction to create thumnails for high-dimensional imaging
4 stars 0 forks source link

Load smaller image level from pyramid #2

Closed adamjtaylor closed 3 years ago

adamjtaylor commented 3 years ago

Currently the whole image is loaded into memory before resizing.

Use tiffffile to check for image levels and pull a suitably small one rather than resizing

adamjtaylor commented 3 years ago

This approach is used in python and docker versions