CenterForDigitalHumanities / SpectralRTI_Toolkit

Process Spectral RTI Images in ImageJ
GNU General Public License v3.0
1 stars 0 forks source link

Multiplication Value UI #43

Closed thehabes closed 5 years ago

thehabes commented 6 years ago

This happens when a user chooses to "multiply all images by a fixed value" in the brightness adjustment. Using the imageJ Multiply... command results in needing to ask the user for a value twice. What we want is a custom window where the user sees a preview, but upon submission the value is used from that window without calling up another one. It would require a custom built image frame and pop up with a custom built preview functionality to pull off, but it would be a lot cleaner.

Domhnall101 commented 6 years ago

This needs a custom window. The double ok is misleading and confusing. Should be single window with apply button not OK button .Possibly add a slider to the multiply value of practicable

thehabes commented 5 years ago

We have settled on the UI.