https://bugs.kde.org/show_bug.cgi?id=406263
--- Comment #5 from Christoph Feck <cf...@kde.org> --- Git commit 0f259d9be2bd6be8e8e28b46f22e5ba7d5720273 by Christoph Feck. Committed on 11/04/2019 at 07:37. Pushed by cfeck into branch 'Applications/19.04'. Change default compression quality from 90 to 89 Qt's PNG ImageWriter (ab)uses setQuality() for setCompression(), which causes "no compression" for any quality value larger than 89. See https://bugreports.qt.io/browse/QTBUG-43618 For screenshots, which usually have large areas of flat colors, uncompressed files are very large (e.g. 24 MB for a 4K screen). Sharing screenshots directly is quite common, so users won't notice immediately that they are sharing big files. Changing the quality value from 90 to 89 doesn't severely degrade quality for JPEG files until we find a better solution, M +1 -1 src/SpectacleConfig.cpp https://commits.kde.org/spectacle/0f259d9be2bd6be8e8e28b46f22e5ba7d5720273 -- You are receiving this mail because: You are watching all bug changes.