Ticket #258 (closed enhancement: fixed)
Opened 2008-03-05T14:27:46-06:00
Last modified 2009-04-12T17:30:54-05:00
Move Zip detection logic to ZipReader
Reported by: | melissa | Owned by: | melissa |
---|---|---|---|
Priority: | minor | Milestone: |
|
Component: | bio-formats | Severity: | non-issue |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
We need to add a new format reader (ZipReader) to handle Zip files. It should delegate to ImageReader to determine the type of the embedded file. Relating to this, we need smarter buffering logic to make reading Zip files faster and more memory efficient.