Ticket #97 (closed defect: fixed)
Opened 2007-04-04T07:05:41-05:00
Last modified 2007-04-06T13:18:29-05:00
Fix Leica color channel handling
Reported by: | curtis | Owned by: | melissa |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | bio-formats | Severity: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Leica LEI files have multiple image series, often with differing numbers of color channels. Unfortunately, though constituent TIFF files are all RGB, only a subset of those channels are non-zero (that is, they are RGB TIFFs so that they look right to the user, but the zeroed channels are not really part of the raw data). However, in Dundee we discussed the idea of parsing the color names (red, green, blue, cyan, magenta, yellow, gray) from the metadata to correctly decide which channels to include in the raw data extraction.
Change History
comment:1 Changed 2007-04-06T13:18:29-05:00 by melissa
- Status changed from new to closed
- Resolution set to fixed
Fixed in r2567. Need to warn users that their data will look different.