-
Thanks to @ctrueden, the `script_templates` strategy (that we're [already using](https://github.com/tferr/Scripts/tree/master/BAR/src/main/resources/script_templates/BAR)) can now [be generalized](htt…
tferr updated
7 years ago
-
It would be awesome to use Maven to provide packages through the updater.
See also: https://github.com/scijava/scijava-grab/issues/1
-
This Clojure script works:
```
(println "hello world")
```
This Clojure script works:
```
#@String name
#@output String output
(def output (str name "J"))
```
This Clojure script doe…
-
Calling `ImageDisplay.update()` from multiple threads fails:
```
org.scijava.module.MethodCallException: Error executing method: net.imagej.MorphologicalFilters#previewChanged
at org.scijava.modul…
-
I got this:
javax.imageio.IIOException: Can't read input file!
at javax.imageio.ImageIO.read(ImageIO.java:1302)
at MiNAgui.run(MiNAgui.java:246)
at org.scijava.command.CommandModule.run(Command…
-
I get the following error when trying to compile the Fiji source on FreeBSD 12.2 using maven:
`
...
https://oss.sonatype.org/content/repositories/snapshots/org/lwjgl/lwjgl-opengl/3.2.3/lwjgl-open…
-
Uses and enhances: https://github.com/scijava/scijava-common/blob/master/src/main/java/org/scijava/app/StatusService.java
- [ ] Allow cancellation of module executions
- [ ] Allow settings progress
- …
-
By implementing `org.scijava.convert.Converter`, or better: extending `org.scijava.convert.AbstractConverter`, the converters can more easily be used:
```
@Parameter
ConvertService convertService…
-
- Open Fiji's Script Editor
- Paste in [Red_and_Blue.java](https://github.com/imagej/ij1-installer/blob/dcb01365943f11c448bac36108247cb156baa43f/app/plugins/Examples/Red_And_Blue.java)
- Try to run it…
-
To reproduce:
* Start ImageJ (e.g. up-to-date Fiji, with `scijava-common-2.64.0`)
* Open two images (e.g. the Blobs sample image twice: Shift+B, Shift+B)
* Open the script editor ([)
* Paste and…