Ticket #1989 (new defect)
Opened 2013-08-20T13:33:09-05:00
Improve LUT selector/browser plugin
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: | imagej2-unscheduled |
Component: | Analysis Plugins | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | #1632 |
Description
The Image > Lookup Tables > Select plugin could use some enhancements.
1) The plugin relies on tying two different controls together. Actually we could have a single control/widget that displays name and color bar as one thing.
2) we should improve responsiveness of using arrow keys in list selector. Right now it loads luts on demand. Instead we should load all luts once and refer to them for the ui. Arrow key selections would show name and colors in list and it would be fast.
3) The plugin only applies the selected lut if there is an open image. we could make it launch a new image displaying lut if there is no open image (this is simple to do). Or we could not apply to any image unless user presses an Apply button in the selector dialog.
4) We should maybe incorporate lut editing code in here too.