Skip to content

IJP-ImageIO v.2.0.0

Compare
Choose a tag to compare
@jpsacha jpsacha released this 26 May 01:21
· 78 commits to master since this release

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