今天,我们发布了ImageJ2的第四个alpha,版本2.0.0-alpha4。这是一个“alpha”质量版本,意味着代码尚未完成,设计也未完全稳定。我们发布它是为了获得早期社区反馈,并展示项目方向和进展。
不幸的是,该代码还不够被称为“测试版”,因为我们尚待解决一些剩余的设计问题以及加强与 ImageJ v1.x 的兼容性有关。我们修订后的时间表,请参阅Downloads page。
请勿将版本用于任何重要用途。
对于这个版本,与 alpha 版本一样,我们尝试在 ImageJ v1.x 之后的问题地合理地对应用程序进行建模。但是,请注意,2.0.0 的版本本质上是对 ImageJ 的彻底转换。它通过几十个最新的 v1.x 并代码在“传统”和“现代”图像结构之间进行,提供了与旧版本 ImageJ 之前的完美。
ImageJ v2.0.0-alpha4 在许多领域都取得了一定的进展:
- 更好的显示图像:
- Autoscaling based on minimum and maximum pixel values.
- Bounds checking when compositing multiple channels.
- 许多错误修复和批量支持的改进:
- Better translation between IJ1 and IJ2 ROIs.
- IJ2 Crop plugin now operates on the selected region.
- 更好的服务架构:
- Initial support for multiple simultaneous instances of ImageJ.
- 可扩展性框架的成果改进:
- New “Dynamic Plugins” can customize their inputs and outputs at runtime.
- Eliminated use of plugin-specific code wherever possible in favor of more general module interfaces.
- 新的命令查找器插件 (Ctrl+L)。
- 几个新的调试插件(在Plugins › Debug中)。
有关该版本的更多详细信息,请参阅该发行版本中包含的 README.txt 文件。