-
I noticed that the `ij` Java module does not appear as a *named module* when InageJ is executed. For example, inside a plugin
```
IJ.log("IJ module = " + IJ.class.getModule());
IJ.log("IJ module na…
-
See this https://github.com/imagej/imagej-scripting/pull/16 for the detail of the discussion.
hadim updated
6 years ago
-
Previous discussion of how to specify unsigned 32-byte integer dtype for masks here: https://github.com/BodenmillerGroup/steinbock/issues/207
We have collaborators that are struggling with enforcin…
-
Has been requested by a user to be able to export ImageJ ROIs. Couple of options for doing this. One is to use [PymageJ]( https://github.com/Jhsmit/PymageJ ), which is able to write ImageJ ROIs. Unfor…
-
This artifact (`net.imagej:imagej`) should be renamed to `net.imagej:imagej2` for clarity.
* All downstream code depending on `net.imagej:imagej` (e.g. `example-imagej-command` which should be rena…
-
**Is your feature request related to a problem? Please describe.**
ImageJ, and its helper app Fiji are used extensively in microscopy, the backbone of biology research. Researchers generally store im…
-
Add to the module:
```
run("Close All");
close("*");
roiManager("reset");
run("Clear Results");
```
-
Hi @gregvonkuster & @bgruening,
We are interested in running IJ2 code in Galaxy.
Our idea was to write code that auto-generates the galaxy xml files for Imagej2 `Command`s, which is the new way of…
-
One goal of ImageJ Ops is to provide a central, curated collection of image processing algorithms, which are easy to use from scripts. It would be very helpful to hear about where/how Ops falls short,…
-
What about when launching from CLI we initially don't show the ImageJ UI? I think this is nice not to clutter the Desktop too much.
We only show the ImageJ UI when the user makes a Screenshot, beca…