Ticket #495 (closed defect: fixed)
Lookup tables are not correctly applied if there is one LUT per channel
Reported by: | melissa | Owned by: | curtis |
---|---|---|---|
Priority: | major | Milestone: | bio-formats-4.2 |
Component: | plugins | Severity: | serious |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
See for example the first series of data/leica/joel/sequential scan 2/sequential scan 2.lei. There are two channels; the first should have a red LUT, the second should have a grey LUT (you can see this using 'showinf').
However, the ImageJ import plugin applies the red LUT to both channels when 'Color mode' is set to 'Default'. Previous stable releases correctly applied the grey LUT to the second channel.
Change History
comment:2 follow-up: ↓ 3 Changed 10 years ago by curtis
The "sequential scan 2" dataset reports that isIndexed=false, but has an 8-bit color lookup table:
Indexed = false (false color, 8-bit LUT: 3 x 256)
Is this by design, or is this a bug?
comment:4 Changed 10 years ago by curtis
It may be that isIndexed=false when using the "-nometa" flag with showinf. This is related to #496.
comment:5 Changed 10 years ago by melissa
- Status changed from assigned to closed
- Resolution set to fixed
comment:6 Changed 9 years ago by melissa
- Status changed from closed to reopened
- Resolution fixed deleted
comment:7 Changed 9 years ago by curtis
- Status changed from reopened to closed
- Resolution set to fixed