Import Images¶
Widget: Open Files¶
Open a file and return a napari layer.
- File type: None
- File path: Select a file to be imported, the file can be a tiff, h5, png, jpg.
- Layer name: Define the name of the output layer, default is either image or label.
- Layer type: Select the type of input you are loading.
- Stack layout: c for channel, xyz for dimensions, e.g.: zyxc will be reshaped to [C][Z]YX. Invert an axis by adding `-` infront of the letter.