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

The TrackMate XML reader is super slick. Why can't we also do one that uses the `IOService`? Looking at the `trackMate_reader.py` code, it looks flexible enough, and on the Java...

enhancement

From @elevans: > This make me feel like we should have an area in the side panel that reports what the current image dimensions are and if any labels are...

enhancement

* Open a single-plane image (e.g. Brick) in napari. * Send it to ImageJ. * Draw on the ImageJ window with the paintbrush tool. * Return to napari and toggle...

bug

In ImageJ2, when executing a SciJava module and harvesting the inputs, the `SaveInputsPreprocessor` takes care to persist the values, and the `LoadInputsPreprocessor` takes care to read and populate them the...

bug

When entering values of type double, float, and BigDecimal, the widget currently limits text entry to two digits after the decimal point. This makes it impossible to enter precise floating...

bug

In the `Example_Script.js`, there are a couple of character inputs. They should ideally be bounded such that only a single character can be specified, but in practice magic_gui currently allows...

bug

* Open a JPG in napari * Send it to ImageJ using the advanced transfer button, fixing the dimensions to be correct (YXC) * Observe that even though the dimensions...

enhancement

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...

enhancement

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...

bug

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...

enhancement