Jan Eglinger

Results 251 comments of Jan Eglinger

> Maybe it can be fixed by replacing this in .travis.yml Unfortunately no. Neither `script: bash ".travis/build.sh"` (build [#153](https://travis-ci.org/github/imagej/tutorials/builds/729318089)) nor `script: "bash .travis/build.sh"` (build [#154](https://travis-ci.org/github/imagej/tutorials/builds/729327536)) changed anything in the build.

Also (mentioned during `call4help` session at NEUBIAS2019): * http://emmanuelle.github.io/a-tutorial-on-segmentation.html

@LinaeSostra would you be so kind and edit the corresponding wiki pages (e.g. [Writing plugins](https://imagej.net/Writing_plugins) or [Developing ImageJ in Eclipse](https://imagej.net/Developing_ImageJ_in_Eclipse)) to your liking and include a link to this video,...

Hey guys, this is a really great tool! How about trying to provide an integration to [KNIME](https://www.knime.org/knime-analytics-platform) or other data analysis frameworks? This would help people checking their datasets while...

@markemus can you try using the `--ij2` flag, and the language-agnostic `--run` instead of `--jython`? ./ImageJ-linux64 --ij2 --headless --run ~/dev/pix2pix/stardist_imagej_script.py See also https://imagej.net/Scripting_Headless.

@ehrenfeu https://github.com/camlloyd/fiji/pull/4 was merged on a _fork_ of the fiji repository, no? Also, it was just [Fiji's fork](https://github.com/fiji/javac) of `javac` that has been addressed in that PR, but references to...

Thanks @lindensmith for reporting! Did you try this with a freshly downloaded Fiji? Also, what version of `imagej-updater.jar` do you have? And did you activate any update sites in addition...

That's an issue for the `ome/bioformats` repository, as [`PGMReader`](https://github.com/ome/bioformats/blob/0caf95dca09609938875b59d805422652090faa8/components/formats-bsd/src/loci/formats/in/PGMReader.java) is implemented there.

> It would not load when I use File->Open Image. ImageJ used some other class, and not my class. Indeed, ImageJ uses Bio-Formats in that case, *unless* you specify "Use...

> if I do imagej-win64.exe --update update --console --dry-run from a cmd window running as SYSTEM I get Did you try to run the `javaw` command that `--dry-run` is returning?...