Skip to content

Releases: ij-plugins/ijp-imageio

IJP-ImageIO v.2.3.0

24 Apr 00:51
V.2.3.0
ca6b543
Compare
Choose a tag to compare

Bug fix release:

  • [Save as TIFF] 8-bit gray level should not add RGB color map #10
  • When saving TIFF do not translate calibration units to maintain compatibility with ImageJ Opener #11

IJP-ImageIO v.2.2.0

17 Feb 02:38
Compare
Choose a tag to compare

API Changes

  • Change base package from net.sf.ij_plugins.imageio to ij_plugins.imageio #8

IJP-ImageIO v.2.1.0

15 Feb 19:12
Compare
Choose a tag to compare

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:

  • Image Title should be updated when image is saved Issue #2
  • Do not assume unit 'pixels' if no unit is present Issue #3

IJP-ImageIO v.2.0.2

03 Jul 23:01
Compare
Choose a tag to compare

Fixes for Java 9: use updated jai-imageio-core and remove dependency on sun.misc.Service.

IJP-ImageIO v.2.0.1

26 May 01:21
Compare
Choose a tag to compare

Bug fix:

  • Issue #1: java.lang.IllegalAccessError: tried to access class net.sf.ij_plugins.imageio.IJImageIO$ImageAndMetadata

IJP-ImageIO v.2.0.0

26 May 01:21
Compare
Choose a tag to compare

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