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 #361 (closed task: fixed)

Opened 2009-02-17T14:42:43-06:00

Last modified 2009-03-16T09:10:55-05:00

Move JPEG-2000 logic into its' own reader

Reported by: melissa Owned by: melissa
Priority: minor Milestone: bio-formats-4.1
Component: bio-formats Severity: non-issue
Keywords: Cc:
Blocked By: Blocking:

Description

Right now, ND2Reader doubles as the reader for JPEG-2000 files. This is a little counter-intuitive; we should remove all of the JPEG-2000 logic from ND2Reader and place it in a separate reader. ND2Reader can then call JPEG2000Reader as appropriate.

Change History

comment:1 Changed 2009-03-16T09:10:55-05:00 by melissa

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

(In [4915]) Added separate reader for JPEG-2000 files. Closes #361.