RandomJ: Release Notes
1.4.0, December 2, 2008
- The plugins now require ImageJ 1.42b or higher.
- All plugins are now HyperStack compatible.
1.3.1, November 8, 2008
- The plugins now require Java 1.5 and ImageJ 1.41g or higher.
- Updated all plugins to work with the latest ImageScience API.
- Renamed "Debug messenging" to "Log messaging" in the Options dialog.
- Added "Close input images after processing" option in the Options dialog.
1.3.0, July 16, 2007
- The package now requires ImageJ 1.38x and Java 1.4 or higher.
- Replaced function calls that were deprecated in Java 1.5.
- Made the package compliant with Image5D version 1.1.7.
- Added version checking of the ImageJ and ImageScience libraries.
- Added a utility class and reorganized code to reduce code duplication in the package.
- Added a plugin class that shows basic information about the package.
- Added a plugin class that opens the default browser showing the RandomJ website.
- Added menu item ImageJ > Help > About Plugins > RandomJ...
- Reorganized the plugin button layouting in the panel.
- Added an option to adopt brightness/contrast from input images.
1.2.0, March 22, 2006
-
The program is now distributed as a single jar-file to facilitate installation. Before installing the new version, you should delete all of the following files and folders of older versions (note that not all of these may have been present in all older versions, so please check carefully whether these indeed belong to your version of RandomJ or to some other package):
ImageJ |- RJOptions.dat (file) |- plugins |- Basics (folder) |- BasicsJ (folder) |- RandomJ (folder) |- imagescience (folder) - The Dialogs are now all based on ImageJ's GenericDialog. As a consequence, they can no longer be left open all the time. In order to still have quick access to the different plugins, a panel has been added which will stay open until the user closes it explicitly.
- The interface of some dialogs has changed (see the online manual for details). This may require revision of some macros. Also note that all plugins are now fully macroable and that previous synchronization problems should have been solved.
- The package is now fully 5D compatible. If Image5D is installed, result images with a size larger than 1 in the t- or ch-dimension are displayed in an Image5D window. If it is not installed, result images are displayed as usual.
- Options are no longer stored in a separate file (RJOptions.dat) but in ImageJ's preferences file (IJ_Prefs.txt).
- The mean parameter in the Poisson plugin is now allowed to be zero.
1.1.2, August 23, 2004
- Moved some basic methods to the utilities package.
- Fixed a bug in the modulatory insertion routine that caused random numbers to be multiplied with their mean values.
1.1.1, August 12, 2004
- The Poisson generator now also allows modulatory insertion.
1.1.0, October 22, 2003
- All plugin classes of the package are now macroable.
1.0.0, October 8, 2003
- First release. The package is based on a new version of the Basics package, which has been split into two packages: images and utilities. Note that TransformJ and FeatureJ have been adapted accordingly. If you have TransformJ version 2.3.1 or FeatureJ version 1.0.1 or earlier installed on your system, the best thing to do to avoid conflicts is to first remove all directories related to these packages and then install the latest versions.