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 #1800 (closed defect: moved)

Opened 2013-04-12T13:56:47-05:00

Last modified 2013-06-04T12:43:10-05:00

Brightness/Contrast missing some button commands

Reported by: bdezonia Owned by: bdezonia
Priority: major Milestone: imagej2-b8-analysis
Component: Analysis Plugins Version:
Severity: serious Keywords:
Cc: G.Landini@… Blocked By:
Blocking: #1100

Description

In the imagej devel maling list Gabriel Landini noted the following issues with the Brightness/Contrast plugin:
Dialog needs "reset" and "apply" buttons.

Change History

comment:1 Changed 2013-04-12T14:07:43-05:00 by bdezonia

Curtis and I discussed this a bit. Do we allow users to set values outside the min and max. Probably.

1) Determined Reset needed
2) Probably need Apply
3) Might need a Set that has no button but is used internally and invoked by slider adjustments
4) Auto needed (see ticket #796)

Decided that the interactive B&C command should be modified to the CommandService to run commands. The commands with be things like Reset, Apply, Set. This simplifies how macros are recorded when running this command.

In the case of Set we will need to define new kinds of input events that handle AdjustmentListener kinds of events so that when someone stops adjusting a slider we set B&C

comment:2 Changed 2013-06-04T12:43:10-05:00 by bdezonia

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

comment:3 Changed 2015-02-23T11:09:16-06:00 by curtis

  • Status changed from new to closed
  • Resolution set to moved