Ticket #706 (closed defect: fixed)
Opened 2011-08-01T08:04:49-05:00
Last modified 2013-08-20T13:24:39-05:00
Create ColorTable (LUT) Selector Plugin
Reported by: | gharris | Owned by: | bdezonia |
---|---|---|---|
Priority: | minor | Milestone: | imagej2-b8-analysis |
Component: | Display API | Version: | |
Severity: | minor | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | #1456 |
Description
Create a ColorTable (LUT) Selector Plugin for IJ2
Change History
comment:1 Changed 2011-08-01T08:07:36-05:00 by curtis
- Owner changed from curtis to gharris
- Status changed from new to assigned
- Component changed from ij-plugin to ij-display
comment:2 Changed 2011-08-01T08:09:25-05:00 by gharris
Create a panel from which you can select the LUT (ColorTable) and to have each option show the actual colors. imagej.ui.swing.SwingColorBar provides the basis for this.
comment:3 Changed 2011-09-02T09:49:53-05:00 by gharris
- Milestone changed from imagej-2.0-alpha5 to imagej-2.0-beta1
comment:4 Changed 2011-10-10T10:49:15-05:00 by curtis
- Milestone changed from imagej-2.0-beta1 to imagej-2.0-beta2
comment:6 Changed 2012-06-25T13:57:41-05:00 by curtis
- Milestone changed from imagej-2.0.0-beta3 to imagej-2.0.0-beta4
comment:8 Changed 2012-09-06T16:12:19-05:00 by bdezonia
- Milestone changed from imagej-2.0.0-beta4 to imagej-2.0.0-beta5
comment:9 Changed 2012-10-10T13:57:34-05:00 by curtis
- Milestone changed from imagej-2.0.0-beta6 to imagej-2.0.0-beta7
comment:12 Changed 2013-08-20T13:24:39-05:00 by bdezonia
- Status changed from assigned to closed
- Resolution set to fixed
With commit 613f507cd46c1164d5e996b0b2f58a20dd0eb8f5 there is a simple implementation of a lut browsing/selecting plugin. We could enhance it in the future. I will open an enhancement ticket.
We should probably implement Image > Lookup Tables as a dynamic menu, once #632 is done.