Skip to content

Available Components

simboss edited this page Jan 15, 2013 · 2 revisions

Available Components

Additional Info (To Review)

Additional Supported Modules

Image I/O-Ext provides a set of additional plugins (which don't rely on GDAL):

  • TIFF (Improved version of the ImageIO TIFF library) / BSD License
  • Arc/Info ASCII Grid (Pure java read/write support) / LGPL License
  • JMagick (Built on the JMagick Library) / LGPL License
  • JPEG2000 (Read/Write support built on the Kakadu library) / LGPL License

Utility modules

The Image I/O-Ext project provides some additional utility modules as described here below:

  • imagereadmt: provides a specific ImageRead operation implementation with support for multithreading. License adopted for this module is a modified BSD. (The JPEG2000 Kakadu plugin uses this ImageReadMT for better performances)
  • streams (aka customstreams on 1.0.x): contains a wide set of extended input/output streams. License adopted for this module is LGPL.
  • jhdfaccess: revisited version of the NCSA JHDF libraries which provide access to HDF format. It currently provides only read access to the HDF4 format but write access capabilities could also be added. Liecnse for this module is LGPL.