napari-imagej
napari-imagej copied to clipboard
Use ImageJ functionality from napari
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...
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...
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...
 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...
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...
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...

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+