- make cache size configurable

This commit is contained in:
Wim Pomp
2025-01-08 13:16:34 +01:00
parent e6d5ec0928
commit f75e1925b8
6 changed files with 53 additions and 41 deletions

View File

@@ -68,8 +68,8 @@ with Imread('image_file.tif', axes='cztyx') as im:
### Command line
```ndbioimage --help```: show help
```ndbioimage image```: show metadata about image
```ndbioimage image {name}.tif -r```: copy image into image.tif (replacing {name} with image), while registering channels
```ndbioimage image image.mp4 -C cyan lime red``` copy image into image.mp4 (z will be max projected), make channel colors cyan lime and red
```ndbioimage image -w {name}.tif -r```: copy image into image.tif (replacing {name} with image), while registering channels
```ndbioimage image -w image.mp4 -C cyan lime red``` copy image into image.mp4 (z will be max projected), make channel colors cyan lime and red
## Adding more formats
Readers for image formats subclass AbstractReader. When an image reader is imported, Imread will