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 #1292 (new defect)

Opened 2012-07-09T11:27:46-05:00

Last modified 2013-01-22T15:16:59-06:00

Replace Color Picker functionality

Reported by: bdezonia Owned by: bdezonia
Priority: major Milestone: imagej2-b8-analysis
Component: Plugins Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking: #1341

Description

The Color Picker command (Image > Color > Color Picker) has been blacklisted in IJ2. IJ2 deals with multichannel data somewhat differently than IJ1 and is currently configured using the Options > Channels dialog. That dialog is pretty clunky right now.

We should come up with an nice gui for picking channel values graphically on an image of some sort. Perhaps it would be a multidim image that could always add a new channel as needed by user. Then the logic in PickerTool could be applied to this image. User could change channels and set channel value. And clicking on a region could then set Option > Channels values.

This all requires additional thought. This is mostly a placeholder ticket to make sure we somehow recreate the ColorPicker's functionality in IJ2.

Change History

comment:1 Changed 2012-07-17T14:45:22-05:00 by bdezonia

  • Blocking 1341 added

comment:2 Changed 2012-08-03T11:01:17-05:00 by bdezonia

  • Milestone changed from imagej-2.0.0-beta4 to imagej-2.0.0-beta5

comment:3 Changed 2013-01-22T15:16:59-06:00 by bdezonia

  • Milestone changed from imagej2-b7-ndim-data to imagej2-b8-analysis