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

Having tooltip descriptions for settings could aid users in understanding what different settings do. It'd be cool if we could scrape the descriptions off the yaml file, but those could...

documentation

Color Tables are preserved when transferring data from napari to the legacy UI. If you *change* the colors in the legacy UI, though, transferring back to napari will not preserve...

bug

This prevents the `labeling.cca` Op from running: ``` File ~/code/imagej/napari-imagej/src/napari_imagej/types/type_conversions.py:60, in python_type_of(module_item=) 58 if converted is not None: 59 return converted ---> 60 raise ValueError( 61 ( 62 f"Unsupported Java...

bug

![image](https://user-images.githubusercontent.com/1123809/170524938-1b160012-5f09-4012-9b12-71aa8587ec99.png) As you add widgets from ops/modules they stack endlessly on top of each other. This also increases the minimum height of the napari window which leads to other display...

If a particular `SearchResult` wraps a `ModuleInfo`, we can know whether the `Module` it creates can be run headlessly. We might want to protect against running headful-only `Module`s in a...

enhancement

The [napari assistant](https://www.napari-hub.org/plugins/napari-assistant) is extensible. We could [expose the functions to that interface](https://github.com/haesleinhuepf/napari-assistant#for-developers) so that they can be included as part of assistant workflows, undoable/redoable, etc., as the napari assistant...

enhancement

SciJava features the [`ColorRGB`](https://github.com/scijava/scijava-common/blob/487a40e1fd23246b366396aa26ec0c21c2c42478/src/main/java/org/scijava/util/ColorRGB.java#L44) class, which does not work in napari-imagej. This was made clear by #60, where I had to comment out the `ColorRGB` parameter. I'm not sure that...

![image](https://user-images.githubusercontent.com/1123809/170527610-f131de52-47d2-4e8b-9825-14237bb449f9.png)

See [this Zulip chat thread](https://napari.zulipchat.com/#narrow/stream/309872-plugins/topic/napari-plugin-search.20extensibility/near/283011393).

Python 3.8 hits EOL in October 2024, and it is time to stop supporting it. When we do that, we should additionally use napari 0.5, which only supports Python 3.9+