napari-tiler
N-dimensional tiling and merging support for napari
N-dimensional tiling and merging support for napari
This plugin allows the user to split an image into a stack of tiles and subsequently merge the tiles to reconstruct the orignal image. See Tiler by @thelay for more details.
This napari plugin was generated with Cookiecutter using @napari's cookiecutter-napari-plugin template.
Installation
Option 1 (recommended)
You can install napari-tiler
from the napari plugin manager. Go to Plugins -> Install/Uninstall Package(s)
, then search for napari-tiler
. Click Install
.
Option 2
You can also install napari-tiler
via pip:
pip install napari-tiler
To install latest development version:
pip install git+https://github.com/tdmorello/napari-tiler.git
Quick Start
- Open a file in napari. The file may have any number of dimensions (e.g. z-stack, time series, ...)
- Start the plugin (
Plugins -> napari-tiler: make_tiles
) - Select the input layer from the dropdown box
- Select parameters for tiling
- Click
Run
Contributing
This project uses Poetry for dependency management. To set up the development environment, it is recommended to use:
conda env create -f environment.yaml
Contributions are very welcome. Tests can be run with tox, please ensure the coverage at least stays the same before you submit a pull request.
License
Distributed under the terms of the BSD-3 license, "napari-tiler" is free and open source software
Issues
If you encounter any problems, please file an issue along with a detailed description.
Version:
- 0.0.9
Last updated:
- 2021-12-29
First released:
- 2021-12-13
License:
- LICENCE
Python versions supported:
Operating system:
- Information not submitted
Requirements:
- importlib-metadata (<4.3); python_version < "3.8"
- napari-plugin-engine (>=0.2.0,<0.3.0)
- napari-tools-menu (>=0.1.7,<0.2.0)
- numpy (>=1.21.4,<2.0.0)
- tiler (>=0.4.1,<0.5.0)