Skip to content

Commit

Permalink
clarify: menu item
Browse files Browse the repository at this point in the history
  • Loading branch information
psobolewskiPhD authored Dec 19, 2023
1 parent 230e715 commit 244e8df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/fundamentals/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ This command will launch an empty viewer:

Once you have the viewer open you can add images through the `File -> Open` dropdown menu
or by dragging and dropping images directly on the viewer. We currently only support files that can be read with [`skimage.io.imread`](https://scikit-image.org/docs/dev/api/skimage.io.html#skimage.io.imread),
such as `tif`, `png`, and `jpg`. We plan on adding support for more exotic file types shortly - see [issue #379](https://github.com/napari/napari/issues/379) for discussion. Finally, you can use the `File -> New Image from Clipboard` menu to make a new `Image` layer from an image in your Clipboard (keybinding {kbd}`Command/Ctrl+N`).
such as `tif`, `png`, and `jpg`. We plan on adding support for more exotic file types shortly - see [issue #379](https://github.com/napari/napari/issues/379) for discussion. Finally, you can use the `File -> New Image from Clipboard` menu item to make a new `Image` layer from an image in your Clipboard (keybinding {kbd}`Command/Ctrl+N`).

You can also directly load an image into the viewer from the command line by passing the path to the image as an argument as follows

Expand Down

0 comments on commit 244e8df

Please sign in to comment.