Menu

ImageJA / News: Recent posts

Headless ImageJA and ImageJ

ImageJA has inherited a batch mode from ImageJ. This mode can be used to batch process a lot of images with a script, without showing any images, or even the ImageJ main window.

This mode is extremely valuable when you have literally hundreds of images, and want to process them on a cluster.

For technical reasons, however, it is not possible to run ImageJA (or for that matter, ImageJ) without having a graphical desktop. You can install a virtual X11 server, but that is complicated and should not be needed to begin with.... read more

Posted by Johannes Schindelin 2007-07-11

Git archive available

Since Git is much more apt to develop in a distributed manner, there is a Git repository available at http://repo.or.cz/w/imageja.git/. At the moment, the main development is still done using sourceforge's CVS, and the Git repository only tracking CVS, but it will soon switch to Git, with sourceforge's CVS only tracking the main development.

Major benefits of Git:

- easy branching and merging (indeed, syncing to ImageJ's newest version is done with Git since long ago)... read more

Posted by Johannes Schindelin 2007-07-05

Java WebStart available

ImageJA can now be launched using Java WebStart:
http://imageja.sourceforge.net/ImageJA.jnlp

Posted by Johannes Schindelin 2007-03-17

Embedded Applet

ImageJA is now embedable into a web page. See http://imageja.sourceforge.net/applet.html for an example. This feature is in alpha stage.

Posted by Johannes Schindelin 2006-12-22

MacOS to POSIX New Lines

The following files no longer are using MacOS style newlines:

- ij/gui/ColorChooser.java
- ij/io/RoiEncoder.java
- ij/macro/MacroConstants.java
- ij/macro/Program.java
- ij/macro/ReturnException.java
- ij/macro/Symbol.java
- ij/macro/Tokenizer.java
- ij/macro/Variable.java
- ij/measure/SplineFitter.java
- ij/plugin/BrowserLauncher.java
- ij/plugin/Compiler.java
- ij/plugin/TextWriter.java
- ij/plugin/filter/EDM.java
- ij/plugin/filter/LutApplier.java
- ij/plugin/filter/Projector.java
- ij/plugin/filter/UnsharpMask.java
- ij/process/EllipseFitter.java

Posted by Steve Milner 2005-10-20

Patches Accepted Into CVS

The current CVS code has had 10 patches applied to it submited by Dscho. The changes include the following:

- Since the attributes must not contain spaces in order to be usable in
macros, they should be replaced by underscores.

- If a message box pops open, I want to close it with the return key.

- When there's an exception in some plugin called from a macro, it should stop.

- It is annoying that you cannot install a plugin from within ImageJ. It is even further annoying that ImageJ needs to be restarted to use it. This patch fixes both issues.... read more

Posted by Steve Milner 2005-10-20

Build.xml updates

Build.xml has been updated so that it no longer complains about source not being 1.1. A 'patch' was submited to ImageJ. Also updated file to be more NetBeans friendly.

Posted by Steve Milner 2005-10-18

Initial Import of Source Code

The initial snapshot of the ImageJ source has been imported into CVS. Some minor changes have been made, but nothing to big yet!

Posted by Steve Milner 2005-10-16