ImageJ icon indicating copy to clipboard operation
ImageJ copied to clipboard

Public domain software for processing and analyzing scientific images

Results 91 ImageJ issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/1123809/185446288-01ff2e78-0fa6-446d-a1ff-0f4ca8a54bd1.png)

First, I downloaded ImageJ-1.53j, then decompressed it into the top-level directory, finally typed the command: ant, and then the system began to build. The results are as follows: ![image](https://user-images.githubusercontent.com/103105509/180784063-12d8e182-2355-4179-a00c-a822ca269139.png) I...

Tested on 1.53k. This appears to be caused by `ImageWindow#getMaximumBounds`' usage, as it is passed to `Frame#setMaximizedBounds`. The `Rectangle` returned specifies a window location on the primary screen, causing the...

The [archive](https://wsr.imagej.net/distros/linux/ij153-linux64-java8.zip) contains `ImageJ.desktop`. 1. How is that file created? 2. The [installations instructions](https://imagej.nih.gov/ij/docs/install/linux.html) do not mention this file. It’d be great to document, that it should be copied to...

Accessing [*Linux Installation*](https://imagej.nih.gov/ij/docs/install/linux.html), the browser warns about mixed-content as the URL for the favicon is not using HTTPS: PS: To save redirects, on all pages rsb.info.nih.gov could be updated to...

I don't believe this is a problem with ImageJ itself, but likely an issue with how XQuartz handles multiple monitor setups on the Mac. I'm posting this in case someone...

**Configuration:** Java 1.8.0_311 (x64) ImageJ 1.53k Windows 10.0.19042.1466 **Steps for Reproduction** 1. Open at least 2 multi-slice DICOM series 2. Run _Synchronize Windows_ and click on _Synchronize All_ with default...

Right now I have series of images, image-0.tif, image-1.tif, image-2.tif, etc. Where each image is a 2 channel z-stack. When I import the image sequence, the x and y dimensions...

I had a corrupt "/tmp/ImageJ-username-_0-012345.stub" which cause imagej to block indefinitely. The issue happens at line [127 of OtherInstance.java](https://github.com/imagej/imagej1/blob/master/ij/OtherInstance.java#L127) ImageJInstance instance = (ImageJInstance) new ObjectInputStream(in).readObject(); That method wasn't returning. It's...

Hello all, I am working with imageJ and python. My data is float32, and was converted into int8 in ImageJ. After investigating, I realized that binning into 0 -> 255...