Sunday, January 27, 2013

JAITools version 1.3.1 released

The JAITools project is happy to announce the release of version 1.3.1 which is now available from Maven Central.

This is a maintenance version with some important bug fixes and improvements including:

  • The RangeLookupTable class, used by the RangeLookup operation, can now be safely used by concurrent threads and is more efficient when working with a large number of lookup items.
  • The DiskMemImageGraphics class, used in conjunction with the JAITools tiled image class DiskMemImage, now handles clipping and transforms in an equivalent manner to standard Java AWT classes (thanks to Ákos Maróy for his work on this).
  • A new ImageDataType enum has been added to make it easier to associate data types identified by DataBuffer constants with Number classes.
For more details of the changes in this release, browse the issue tracker and source repository at GitHub. You can also browse the javadocs at jaitools.org.

Share and enjoy !

No comments:

Post a Comment