Curtis Rueden
Curtis Rueden
When running a computer op, the awesome New button lets you make a new output image, which is by default dimensioned the same as the input image. But the default...
Even for numbers that are not supposed to be bounded, they are hardcoded to [0, 1000) as min/max bounds. For example, the bundled `Example_Script.js` has many numeric inputs of various...
The JVM's default max heap varies by OpenJDK version, but is typically rather small compared to the size of memory on a computer. For example, I ran out of memory...
Many op search results have long names. The search results tree takes care to truncate such long names with ellipses. But when selecting one, it replicates the name in a...
Otherwise, you cannot disambiguate them. It should look like how it looks in Fiji. Example: search for "Open" or "Save" and there are many matches under Commands, making it a...
I often want to run Commands when searching. But by default the Commands category starts collapsed. Furthermore, after expanding it, then searching for something new, it becomes collapsed again. It...
If you download and install the [napari 0.4.18 bundle](https://github.com/napari/napari/releases/tag/v0.4.18), you can install napari-imagej via the graphical plugin installer, which is great. However, after installation, attempting to launch napari-imagej crashes with...
Type a search string, then delete what you typed. There will still be results in the results box, specifically Script templates:
When running a computer op, napari-imagej does not issue an error message when specifying the same layer for both input and output. But some computer ops fail when attempting to...
In the ImageJ search bar, you can see the menu path of each command: But in napari-imagej, only the command name is visible: So it becomes difficult to know which...