NOTICE! This is a static HTML version of a legacy LOCI Software ticket.

LOCI projects are now located on GitHub. The Bio-Formats project can be found here.

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.

Change History

comment:1 Changed 2007-10-08T10:32:53-05:00 by curtis

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.

comment:2 Changed 2011-02-02T04:45:00-06:00 by curtis

  • Status changed from new to closed
  • Resolution set to fixed

moved to  ome:#4090