Summary: | Adjusting brightness and contrast sliders should show results immediately in preview window without re-pressing Preview button | ||
---|---|---|---|
Product: | [Applications] Skanlite | Reporter: | Robin Munn <rmunn> |
Component: | general | Assignee: | Kåre Särs <kare.sars> |
Status: | RESOLVED UPSTREAM | ||
Severity: | wishlist | CC: | rmunn |
Priority: | NOR | ||
Version: | 23.08.5 | ||
Target Milestone: | --- | ||
Platform: | Mint (Ubuntu based) | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Robin Munn
2024-09-21 05:37:51 UTC
Thanks for the report. I agree that it would be nice to have the preview updated when you modify the brightness and contrast sliders. Unfortunately implementing that has some big hurdles: 1) Brightness and contrast are implemented in the backends/drivers and not all of of them implement those options. 2) Brightness and contrast are applied to the raw input and not the already adjusted output, so the end result would be quite far off from the calculated guess. I would not be surprised if some scanners even would adjust the brightness of the lamp. So the problem is basically that any image manipulation that we apply, would not reflect the actual result that you get when then doing the real scan, so the user would have to do a new preview anyways. Sorry for not being able to fix the issue, BR, Kåre |