Ticket #436 (closed defect: fixed)
Opened 2009-11-17T11:54:01-06:00
Last modified 2010-07-13T17:01:36-05:00
Improve ND2 initialization time
Reported by: | melissa | Owned by: | melissa |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | bio-formats | Severity: | minor |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Many Nikon ND2 files (particularly the JPEG-2000 variant) take a long time to initialize. This is due to the 'while' loop at NativeND2Reader:558.
A potential work-around is to use a BufferedInputStream instead of a RandomAccessInputStream to read the image offsets.
Change History
comment:1 Changed 2009-11-17T12:33:43-06:00 by curtis
comment:2 Changed 2009-12-08T20:00:13-06:00 by curtis
- Status changed from new to closed
- Resolution set to fixed
Fixed in r5732.
comment:3 Changed 2010-07-09T12:55:02-05:00 by melissa
- Milestone bio-formats-4.2 deleted
Milestone bio-formats-4.2 deleted
See ticket #377 for initialization speed of Slidebook and Zeiss ZVI.