Skip to content

Commit

Permalink
Add a note in README about forcing plugin usage
Browse files Browse the repository at this point in the history
  • Loading branch information
evamaxfield committed Aug 22, 2022
1 parent 997728d commit 94e5392
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,19 @@ the following two conditions:

If either of these conditions isn't met, the image is loaded in chunks only as needed.

### Use napari-aicsimageio as the Reader for All File Formats

If you want to force napari to always use this plugin as the reader for all file formats,
try running this snippet:

```python
from napari.settings import get_settings

get_settings().plugins.extension2reader = {'*': 'napari-aicsimageio', **get_settings().plugins.extension2reader}
```

For more details, see [#37](https://github.com/AllenCellModeling/napari-aicsimageio/issues/37).

## Examples of Features

#### General Image Reading
Expand Down

0 comments on commit 94e5392

Please sign in to comment.