Summary: | Add quality setting for saving in AVIF format | ||
---|---|---|---|
Product: | [Applications] gwenview | Reporter: | Christoph Feck <cfeck> |
Component: | general | Assignee: | Gwenview Bugs <gwenview-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | nate |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/graphics/gwenview/commit/9aa9b09afc3422c2c2de0d4891b799f5277baa64 | Version Fixed In: | 21.04 |
Sentry Crash Report: |
Description
Christoph Feck
2021-01-16 11:17:00 UTC
Seems reasonable. A possibly relevant merge request was started @ https://invent.kde.org/graphics/gwenview/-/merge_requests/33 Git commit 9aa9b09afc3422c2c2de0d4891b799f5277baa64 by Nate Graham. Committed on 11/02/2021 at 15:45. Pushed by ngraham into branch 'master'. Show quality chooser for other lossy image formats too WEBP, AVIF, HEIF, and HEIC are also compressed image formats, so it makes sense to allow the user to choose the compression level for them too, just like with JPEG images. This commit makes the internal variable names a little odd since they still have "jpeg" in them. This can be corrected in a follow-up commit. FIXED-IN: 21.04 M +2 -1 app/configdialog.cpp M +15 -5 app/generalconfigpage.ui M +7 -3 app/gvcore.cpp M +2 -2 doc/index.docbook M +6 -1 lib/document/documentloadedimpl.cpp https://invent.kde.org/graphics/gwenview/commit/9aa9b09afc3422c2c2de0d4891b799f5277baa64 |