Ticket #312 (closed enhancement: fixed)
Opened 2008-07-22T22:50:21-05:00
Last modified 2008-11-06T13:50:07-06:00
Improve TillVision support
Reported by: | melissa | Owned by: | melissa |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | bio-formats | Severity: | non-issue |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
TillVisionReader does not currently support workspace files (.vws). The .vws file is apparently the main file in the dataset, and contains metadata and optionally pixel data. Fortunately, it is an OLE2 document, so it should be fairly easy to parse.
Change History
comment:1 Changed 2008-11-06T13:50:07-06:00 by melissa
- Status changed from new to closed
- Resolution set to fixed
(In [4602]) Added support for pixels embedded in TILLVision workspace files. Closes #312.