imagej2
                                
                                
                                
                                    imagej2 copied to clipboard
                            
                            
                            
                        Open scientific N-dimensional image processing :microscope: :sparkler:
There are at least four different places where platform naming comes into play: 1. **Bare native libraries for ImageJ/ImageJ2/Fiji.** The [ImageJ Launcher](https://imagej.net/learn/launcher) detects the platform, and sets `java.library.path` to include...
Hello, I recently purchased a modern monitor capable of displaying more colors than sRGB. I'm using this monitor with macOS, and now the colors of images in Fiji look oversaturated....
Wanted: - [Windows installer](https://github.com/imagej/imagej2/issues/72) - Homebrew tap - ~~OSX App Store distribution (requires proper signing - which should also stop the terrible security annoyances on OSX)~~ - Debian package Maybe:...
From Michael Cammer [via the ImageJ mailing list](https://list.nih.gov/cgi-bin/wa.exe?A2=IMAGEJ;7b2fe35d.2007): In standard ImageJ, each text window is easily accessible from the Window menu. We can select it and then do commands such...
Every time I launch the updater in either Fiji or ImageJ (under macOS X with the Java 10.0.1 JDK) I get the following error in the Console: WARNING: row index...
Hello and thank you for making this really useful tool, I have an error when opening the 3D Viewer plugin, and I can't open any image. This is the message...
clone this repo to local directory by git-gui, configure project according to "https://imagej.net/develop/intellij". Run/Debug "ImageJ2" shows following exceptions: Exception in thread "main" java.lang.IllegalArgumentException: Invalid service: net.imagej.legacy.LegacyService at org.scijava.service.ServiceHelper.createExactService(ServiceHelper.java:278) at org.scijava.service.ServiceHelper.loadService(ServiceHelper.java:229)...
Intent of this dockerfile is to build ImageJ locally without downloading any pre-built versions (zips or update sites). This strategy can be repeated in down- stream repositories either by following...
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 renamed to `example-imagej2-command`) would need to update their...
Generating the application archive (via `mvn -Papp`) has been broken for a while, and we didn't notice, because it is not built as part of the continuous integration process. Let's...