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: |
|
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.