napari-imagej icon indicating copy to clipboard operation
napari-imagej copied to clipboard

Use ImageJ functionality from napari

Results 57 napari-imagej issues
Sort by recently updated
recently updated
newest added

Hello, I'm trying out napari-imagej for the first time using an M2 Macbook pro - I was reading through some documentation and issues - specifically [#17 ](https://github.com/imagej/napari-imagej/issues/17) - and am...

I feel like the following should work, as a user, but it doesn't. May be an Ops issue, just filing it here because this is where I'm seeing it. 1....

bug

This PR converts the search result `QTreeWidget` to use Qt's [model/view](https://doc.qt.io/qt-6/model-view-programming.html) paradigm - not only is this a better separation of concerns, but it also makes it easier to do...

enhancement

In Fiji, the search results show icons for commands, and in particular all ImageJ 1.x commands use the ImageJ 1.x microscope icon. SciJava commands are able to declare their desired...

enhancement

This PR adds a widget for the SciJava ScriptREPL, allowing users to interactively write SciJava friendly code directly within napari. When I was exploring the compatibility of various ImageJ/Fiji plugins...

This enables us to suggest users upgrade their versions without forcing them to do so. In this way, we allow users to upgrade their napari-imagej package *without* updating their ImageJ,...

enhancement

See also imagej/pyimagej#280. If the version of ImageJ2 is less than 2.10.0, labelings won't work.

One possible solution: the ImageJ command results and SciJava module results could be split to separate tree branches, rather than mixed together under a single "Commands" tree branch. Alternately or...

I can't remember why we decided that original ImageJ commands should fail when you try to run them, instead telling you that you must run them from the ImageJ GUI....

The bundled `Example_Script.js` produces a multi-line string output, intended for display in a text area. But napari-imagej puts it into a single line text field, and squelches the newlines, and...

enhancement