Ticket #549 (closed defect: fixed)
Opened 2010-09-03T12:53:07-05:00
Last modified 2010-09-06T22:15:51-05:00
Some options should be disabled in the "Standard ImageJ" view mode
Reported by: | melissa | Owned by: | melissa |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | plugins | Severity: | serious |
Keywords: | Cc: | david.knecht@… | |
Blocked By: | Blocking: |
Description
For instance, the "Colorized" color mode will not work as expected if the view mode is "Standard ImageJ" and the number of channels is greater than 1 - instead of applying a separate lookup table to each channel, all of the channels will be given the same lookup table.
We need to review which options are unsupported in the "Standard ImageJ" view mode, and make sure that they are appropriately disabled.
Change History
comment:1 Changed 2010-09-06T15:10:15-05:00 by melissa
- Status changed from new to closed
- Resolution set to fixed
comment:2 Changed 2010-09-06T22:15:51-05:00 by curtis
Sorry I'm late with this comment, but personally I think we should just remove the view mode "Standard ImageJ." It was only readded at the request of one user who has since commented that he doesn't need it anymore. Removing the option would eliminate confusion and simplify the code.
(In [6891]) Disable color mode options when the stack view is set to "Standard ImageJ". Closes #549.