Page history Edit this page How do I edit this website?

2012-07-13 - ImageJ v2.0.0-beta3

Today the ImageJDev team is releasing the third beta of ImageJ2, version 2.0.0-beta3.

ImageJ 2.0.0-beta3 is a “beta”-quality release, meaning the code is not finished. The design is more stable than before but still subject to change until the final 2.0.0 release. It is recommended that people continue to use ImageJ v1.x for critical work.

Download using the link below, or from the Downloads page, which also has a timetable for future releases.

The ImageJ2 user interface is modeled after ImageJ v1.x as much as possible. However, under the hood, ImageJ2 is a complete redesign of ImageJ. It provides backward compatibility with older versions of ImageJ by bundling the latest v1.x code and translating between “legacy” and “modern” image structures.

What’s new

Development of this release of ImageJ2 focused heavily on making the architecture and infrastructure more flexible and more capable of running headlessly (without a GUI). To accommodate this, changes were made to displays, menus, events, the updater and in many other areas.

/media/news/mouse-wheel-zoom.gif

The Zoom tool allows precise zooming at a specific pixel using the mouse wheel.

Changes at the application level include:

  • Color bars in image displays
  • Spray can tool
  • Angle tool (but development is still in progress)
  • Edit Axes plugin
  • Spectral Composite plugin
  • EditSelectionSpecify plugin (non-interactive for now)
  • The Updater now knows about version numbers in file names, and no longer marks JAR files as modified every time they are rebuilt

Overlays. The ImageOverlay menu has changed substantially. IJ2 has an Overlay Manager that replaces the ROI Manager functionality of IJ1. A major difference between them is that overlays are automatically added to the Manager in IJ2. In IJ2 there is no split between Roi and Overlay. As a consequence, some IJ1 operations no longer make sense in an IJ2 context. Thus, obsolete menu commands have been removed and new commands added where appropriate.

Menus. We have begun to update the menu structure from ImageJ 1.x in small ways where such changes add clarity. For instance, the Image menu has been reorganized to move functionality into the new Data and Axes submenus.

/media/news/spectral-composite.gif

The Spectral Composite plugin generates channel LUTs based on actual wavelengths of light.

Compatibility. There have also been numerous compatibility improvements and bug fixes. Since beta2 the team has closed over 100 issues and made progress on many more. Some of them include:

  • Improved legacy support for binary and 16-bit signed images
  • Improved legacy support for overlays/rois
  • Make Binary fixed for all image types
  • FFTSwap Quadrants now working
  • HyperstackReduce Dimensionality now working
  • FileOpen Recent now working correctly

In addition, the following known issues from beta2 have been addressed:

  • Menubar issues on Windows and Linux [see #1188]
  • Serious problems with zooming and panning [see #1185]

See this report for a high-level list of features completed for the 2.0.0-beta3 release.

Known bugs

Many legacy ImageJ plugins and macros work; many others do not. There are still many bugs. In particular, there are a few issues specifically regarding 2.0.0-beta3:

  • The data coordinate system is off by one pixel, which causes the pixel probe and drawing tool coordinates to be slightly misaligned [see #716 and #1190]
  • Image windows sometimes leave space for nonexistent sliders [see #1060]
  • Image windows don’t always load at the optimal scale
  • A few other minor zoom issues [see #1326]
  • IJ1 commands that have preview capabilities are not fully functional. In general their final results are correct. Going forward the preview capabilities will be restored by porting them to IJ2’s GUI model [see #981]

See the list of Open Features for a high-level list of planned features and bugfixes.

Lastly, please note that it is still the case on Windows & Linux that you must have Java already installed; ImageJ2 is not bundled with Java, nor will it download it for you.

Roadmap and future directions

We make a substantial effort to document the work we are doing, and what needs to be done, to deliver a powerful and full-featured ImageJ2. All tasks are tracked by our Trac issue tracking system, which you can review in several ways:

  • Roadmap - Top level overview of future releases, including progress toward each release
  • Open Features - A high-level list of features slated for each future release
  • All Open Tickets - A complete list of known bugs

You can also perform custom queries to further refine the results, if there are particular parts of the development that interest you.

Thanks

Thanks for your interest in ImageJ2! Please give it a try, and feel free to report any bugs you find!