NOTICE! This is a static HTML version of a legacy ImageJ Trac ticket.

The ImageJ project now uses GitHub Issues for issue tracking.

Please file all new issues there.

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

We should probably implement Image > Lookup Tables as a dynamic menu, once #632 is done.

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:5 Changed 2012-01-26T12:44:49-06:00 by curtis

  • Owner changed from gharris to curtis

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:7 Changed 2012-07-19T21:43:38-05:00 by dscho

  • Blocking 981 added

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:10 Changed 2013-07-30T10:22:50-05:00 by bdezonia

  • Blocking 1456 added; 981 removed

comment:11 Changed 2013-08-20T13:23:14-05:00 by bdezonia

  • Owner changed from curtis to bdezonia

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.