Summary: | Saving settings aren't respected | ||
---|---|---|---|
Product: | [Applications] Skanlite | Reporter: | mirh <mirh> |
Component: | general | Assignee: | Kåre Särs <kare.sars> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | i.am.inuyasha, jnerin, nate |
Priority: | NOR | ||
Version: | 2.1.0.1 | ||
Target Milestone: | --- | ||
Platform: | Manjaro | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/graphics/skanlite/commit/2bcd0daf6ab65a62d5d121efddd0acac50f3242b | Version Fixed In: | |
Sentry Crash Report: |
Description
mirh
2020-03-26 21:56:02 UTC
Just ran into this same issue with my mom's computer, which was causing scanned documents to be 100MB+ PNGs instead of 1MB JPEGs. Even though Skanlite is set to save as JPEG, when the Save dialog appears, the selected format is PNG. You can change it to JPEG and it will honor that, but the default setting isn't what it should be, and a non-techie user has no idea they need to change it. A possibly relevant merge request was started @ https://invent.kde.org/graphics/skanlite/-/merge_requests/17 Git commit 2bcd0daf6ab65a62d5d121efddd0acac50f3242b by Alexander Stippich. Committed on 09/09/2021 at 17:36. Pushed by astippich into branch 'master'. fix preselecting the image format with the one from the settings dialog. image/+fileSuffix does not always correspond to the mimetype Related: bug 441223 M +55 -9 src/SaveLocation.cpp M +5 -4 src/SaveLocation.h M +21 -24 src/skanlite.cpp M +0 -1 src/skanlite.h https://invent.kde.org/graphics/skanlite/commit/2bcd0daf6ab65a62d5d121efddd0acac50f3242b |