Summary: | Option to default to JPG on save & exit | ||
---|---|---|---|
Product: | [Applications] Spectacle | Reporter: | Janet <bugzilla> |
Component: | General | Assignee: | Boudhayan Gupta <me> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | heiko, joshua.mdza |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Kubuntu | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/spectacle/c09e2a574d0248201e9e1638d252dbb624fec56a | Version Fixed In: | 17.04 |
Sentry Crash Report: |
Description
Janet
2016-04-11 19:56:16 UTC
I can see that this is a valid use-case. Unfortunately it's too late to do such a feature for the 16.04 release because the release candidates have already been tagged. I'm going to target this for the 16.10 release. Thanks :) (In reply to Boudhayan Gupta from comment #1) > I can see that this is a valid use-case. > > Unfortunately it's too late to do such a feature for the 16.04 release > because the release candidates have already been tagged. I'm going to target > this for the 16.10 release. Long time has been passed since Janet pointed out the need to use a different default format than PNG while saving screenshots. Is it still on the roadmap to enable end users to change that default? Alternatively, I took a look to the sources and I can tell that it's using PNG because it's hardcoded during image encoding, but changed afterwards when it is saved and the mime type is extracted from the URL provided. If you may instruct me how can I contribute, I'd like to give it a try and send a PR. Git commit c09e2a574d0248201e9e1638d252dbb624fec56a by Boudhayan Gupta. Committed on 20/02/2017 at 18:10. Pushed by bgupta into branch 'master'. Allow use of alternative user-configured image format when auto-saving. A new drop-down selection box is now available beside the filenamae format box in the Save Options page in the Preferences. This was a long-requested feature, apologies for the length of time it took for me to get around to doing this. M +3 -2 src/ExportManager.cpp M +39 -4 src/Gui/SettingsDialog/SaveOptionsPage.cpp M +2 -0 src/Gui/SettingsDialog/SaveOptionsPage.h M +14 -0 src/SpectacleConfig.cpp M +3 -0 src/SpectacleConfig.h https://commits.kde.org/spectacle/c09e2a574d0248201e9e1638d252dbb624fec56a |