Skip to content

IJP-ImageIO v.2.1.0

Compare
Choose a tag to compare
@jpsacha jpsacha released this 15 Feb 19:12
· 37 commits to master since this release

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