Ticket #1803 (closed defect: fixed)
Opened 2013-04-12T14:25:24-05:00
Last modified 2013-08-12T16:09:08-05:00
Brightness/Contrast min/max adjusters should be sliders
Reported by: | bdezonia | Owned by: | curtis |
---|---|---|---|
Priority: | major | Milestone: | imagej2-b8-analysis |
Component: | Analysis Plugins | Version: | |
Severity: | serious | Keywords: | |
Cc: | G.Landini@…, Michael.Cammer@… | Blocked By: | |
Blocking: | #1100 |
Description
In the imagej devel maling list Gabriel Landini noted the following issues with the Brightness/Contrast plugin:
Maybe Maximum and Minimum would be more useful having sliders too instead of number boxes.
Michael Cammer suggested the same idea elsewhere:
In ImageJ the B&C window ... does not ... have sliders for min/max.
Change History
comment:2 Changed 2013-06-04T12:44:02-05:00 by bdezonia
- Milestone changed from imagej2-b7-ndim-data to imagej2-b8-analysis
comment:3 Changed 2013-08-12T16:06:43-05:00 by curtis
- Owner changed from bdezonia to curtis
- Status changed from new to assigned
comment:4 Changed 2013-08-12T16:09:08-05:00 by curtis
- Status changed from assigned to closed
- Resolution set to fixed
To make the min/max parameters have sliders, I added a "soft bounds" concept to the ModuleItem interface. See af2d51d5358db3e8bb0ba1ae9072156c550edcd8 for details, which closes this ticket.