Ticket #172 (closed task: fixed)
Opened 2007-10-08T10:32:37-05:00
Last modified 2011-02-02T04:45:00-06:00
Better usage of JAI Image I/O Tools
Reported by: | curtis | Owned by: | melissa |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | bio-formats | Severity: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Bio-Formats currently uses the JAI Image I/O Tools to read JPEG2000 files including ND2. Since we already bundle jai_imageio.jar with Bio-Formats anyway, it would be nice to have a general purpose base class reader and writer that call the Image I/O logic for all relevant formats. In this way, we could read and write file format variants that are not currently supported, such as certain forms of TIFF compression.
The challenge is to come up with a good way to decide which reader to use when multiple different readers appear to support a particular file; see ticket #173 for more details.