Releases: ij-plugins/ijp-imageio
Releases · ij-plugins/ijp-imageio
IJP-ImageIO v.2.3.0
IJP-ImageIO v.2.2.0
API Changes
- Change base package from
net.sf.ij_plugins.imageio
toij_plugins.imageio
#8
IJP-ImageIO v.2.1.0
This release moves away from Java 8, assuming Java 9 or better. A major new feature is better support for RGB48 TIFF images.
New features:
- Support saving of composite color images (48bit color TIFF) Issue #3
- Support reading of composite color images (48bit color TIFF) Issue #4
- Use new ImageIO (with TIFF etc) in Java 9+ Issue #6
Bug fixes:
IJP-ImageIO v.2.0.2
Fixes for Java 9: use updated jai-imageio-core
and remove dependency on sun.misc.Service
.
IJP-ImageIO v.2.0.1
Bug fix:
- Issue #1: java.lang.IllegalAccessError: tried to access class net.sf.ij_plugins.imageio.IJImageIO$ImageAndMetadata
IJP-ImageIO v.2.0.0
New & improved:
- Removing dependency on old SUN libraries, moving to javax.imageio.
- Using codecs from jai-imageio-core, now maintained on GitHub jai-imageio-core
- Several improvements to plugins user interface.
- Library binaries published on Sonatype.
Bug fix:
- BUG-1434311: Problem saving 1 bit TIFF images.
- Correct how multi image files are combined into stacks.
- Numerous small big fixes.
Code level:
- Added unit tests.
- Major rewrite of the code.
- Build system changed to SBT.
- Source code moved to GitHub ijp-imageio