-
Currently, to indicate empty Intervals we use the condition that `max < min` (for some dimension) to indicate that an interval is empty.
The motivation for this is that it "works naturally" for int…
-
- [ ] Exported `ImagePlus`' should have the correct LUT
- [ ] Support more general LUTs in bigdataviewer
-
Hello!
I noticed that certain Unsigned types in net.imglib2.type.numeric.integer clamp (i.e. if a number is negative set to zero, etc.) for values that are out of range for the particular type (i.e …
-
Is it possible to load read-only N5 sources over http(s)? It sounds like `imglib2`/`BigDataViewer`/`Paintera` are all perfectly designed for that.
My specific uses would be:
- Some of our data …
-
When visualizing extremely large image planes, it is necessary to load the plane in tiles, displaying only those portions that are currently visible, and caching tiles at several zoom levels, similar …
-
Hi Tobias and Stephan,
I want to resave an HDF5 dataset into .tiff. Via Multiview Reconstruction > Batch Processing > Resave > As TIFF. But Fiji keeps on crashing after about 16-18 time points. Fiji …
-
I have [test image](https://drive.google.com/open?id=0B9OAC1RxGOlOX0ZOenYyU0w3ekE) which has an inverted LUT. When I open it via `DatasetIO.open(String path)` its white pixels are 0xFF and black are 0…
-
I am operating on a RedHat Linux server where I do not have sudo privileges. I thus took a different approach to testing this out.
- cd /archive/MIL/dean/git/external
- git clone https://github.c…
-
## Issue
We sometimes need to test unreleased features and super new versions of the upstream libraries and can not wait until they are available in `pom-imagej`. Therefore we need to create a **ble…
-
When displaying an IJ2 Img, say, img, of signed integral type, e.g., ByteType or IntType,
`ImageJFunctions.show (img, "title");` renders negative values as zero.
This issue is also discussed in tw…