GwenView should let the user set compression and chroma sampling when saving images, especially in the case of JPEG images.
Still valid for 4.14.0 (that version is not available in the "version" combobox).
Indeed. Or at least just compression/quality level.
*** This bug has been marked as a duplicate of bug 294594 ***
This request is not a duplicate of bug 294594. Gwenview should let the USER select both the compression level and in the case of JPEG the chroma subsampling used.
You're right!
*** This bug has been marked as a duplicate of bug 277996 ***
For more info, see https://bugs.kde.org/show_bug.cgi?id=277996#c14
QImage doesn't support changing chroma sub-sampling, see https://bugreports.qt.io/browse/QTBUG-901
Darn, looks like the feature was rejected. :( Without support in Qt, it's very unlikely we'll be able to implement this on our own, at least not until an image manipulation expert comes along and writes it from scratch and ports Gwenview to use it (preferably this person would add it to Qt though).