-
- [ ] Release a version of imglib2-ij with everything under package `net.imglib2.ij`.
- [ ] Identify dependent projects.
- [ ] For each dependent project: Use new imglib2-ij version in POM
- [ ] Fo…
-
When trying to open an n5 dataset with missing chunks, bigdataviewer fails with the following
exception:
```
Caused by: java.lang.NullPointerException
java.util.concurrent.ExecutionException: java…
-
Many of the classes and interfaces in this project could be added to `imglib2` core. Essentially, all packages that are not named `unsafe` plus most of `net.imglib2.img.unsafe`. The classes in `net.im…
-
There are converters for `Dataset` to/from `ImagePlus` (though see #186). But if you have e.g. an `ArrayImg`, you cannot currently convert it directly to `ImagePlus` with the `ConvertService`. We want…
-
Here is a minimal example using the `test_timeseries.tif` sample data from the PyImageJ repo.
```python
import imagej
# initialize ImageJ
ij = imagej.init()
# load data
dataset = ij.io().o…
-
I just had a crash. Images (from HCS import) where loaded fine, I seemed to be able to do things, zoom in, out, move, adjust contrast. Let it sit in the background a while, came back moving, zoom, su…
-
The TransformedBoxSelectionDialog doesn't support 2D.
If TransformedBoxSelectionDialog is provided with 2D intervals an ArrayIndexOutOfBoundsException is thrown.
![image](https://user-images.githu…
-
```java
ImgPlus img = IO.open("img&axes=X,Y&lengths=50000,50000.fake").get(0);
```
throws an exception:
```
Exception in thread "main" java.lang.NegativeArraySizeException
at net.imglib2.img.ba…
-
Hello!
I noticed today that [BigComplex](https://github.com/imagej/imagej-common/blob/master/src/main/java/net/imagej/types/BigComplex.java), [PreciseFixedComplexFloatType](https://github.com/imagej/…
-
Hey @bogovicj and @axtimwalde,
while trying to get scenery ready to work correctly with the JPMS, the compiler bailed on me, complaining that n5-imglib2 brings along classes that violate package co…