You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Sometime in the past few weeks maybe, the contrast slider has stopped working. I wonder if this might be related to the workaround you implemented for #48?
To Reproduce
Enable advanced scan settings.
Scan a page.
Change the contrast setting with the slider and scan the page again.
Expected behavior
There should be a noticeable change in contrast between the two scans.
Log data log20220430.txt
Looking at the log data, it seems that contrast is always either 0 or null, regardless of the value that I set through the slider.
The text was updated successfully, but these errors were encountered:
Yes you're right, there is an unintended connection between the brightness and contrast values. The contrast is in most cases being ignored if the brightness is set to its default value (usually 0).
I believe I'll push out a small update prior to the next release to get this fixed over coming days.
Describe the bug
Sometime in the past few weeks maybe, the contrast slider has stopped working. I wonder if this might be related to the workaround you implemented for #48?
To Reproduce
Expected behavior
There should be a noticeable change in contrast between the two scans.
Log data
log20220430.txt
Looking at the log data, it seems that contrast is always either 0 or
null
, regardless of the value that I set through the slider.The text was updated successfully, but these errors were encountered: