diff --git a/README.md b/README.md index 1ddcc21..93d9c13 100644 --- a/README.md +++ b/README.md @@ -182,6 +182,11 @@ This python code can also be executed in [Fiji](https://fiji.sc)`s Jython, in ca ![](https://github.com/clEsperanto/napari_pyclesperanto_assistant/raw/master/docs/images/fiji_execution.png) +Alternatively, you can also generate code and edit it directly in the Script Editor. +Therefore, the [napari-script-editor](https://www.napari-hub.org/plugins/napari-script-editor) must be installed. + +![img.png](https://github.com/clEsperanto/napari_pyclesperanto_assistant/raw/master/docs/images/script_editor.png) + Also note: The generated python/jython code is not capable of processing timelapse data, you need to program a for-loop processing timepoints individually yourself. diff --git a/docs/images/screenshot3.png b/docs/images/screenshot3.png index b7dd2d5..6403de9 100644 Binary files a/docs/images/screenshot3.png and b/docs/images/screenshot3.png differ diff --git a/docs/images/script_editor.png b/docs/images/script_editor.png new file mode 100644 index 0000000..7ece869 Binary files /dev/null and b/docs/images/script_editor.png differ