From 5eb402bd43f4ee393c538f4f26d9623ed56ccf22 Mon Sep 17 00:00:00 2001 From: Peter Sobolewski <76622105+psobolewskiPhD@users.noreply.github.com> Date: Fri, 5 Jan 2024 21:13:29 -0500 Subject: [PATCH] add that Urls work also --- docs/tutorials/fundamentals/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/fundamentals/getting_started.md b/docs/tutorials/fundamentals/getting_started.md index aa6c25d75..9d7151ec7 100644 --- a/docs/tutorials/fundamentals/getting_started.md +++ b/docs/tutorials/fundamentals/getting_started.md @@ -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 item 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 (or URL to 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