Hey! Just a few things I noticed while trying out the library:
- I had to install imageio to get
data.cells() to work — add as a dependency?
- Would be nice to be able to set the scalebar length in physical units with
scale_length (e.g., “1 µm” or "100 nm") — setting the scale with a pixel size for matplotlib leds to things like 107.88 nm and makes the scalebar look a bit sus.
- So, does it allow to use custom LUTs? I could not find the args to do so in
process_images().
I'll open a PR soon enough fixing 1. and 2.
What are you thoughts on future dev for the library?
Hey! Just a few things I noticed while trying out the library:
data.cells()to work — add as a dependency?scale_length(e.g., “1 µm” or "100 nm") — setting the scale with a pixel size for matplotlib leds to things like 107.88 nm and makes the scalebar look a bit sus.process_images().I'll open a PR soon enough fixing 1. and 2.
What are you thoughts on future dev for the library?