Skip to content
Commit a401e666 authored by Madhav Kanbur's avatar Madhav Kanbur
Browse files

Use Quality level when saving JPEG images

Previously, GwenviewConfig::jPEGQuality() was being used only by
updateRawDataFromImage() in jpegcontent.cpp. updateRawDataFromImage() is called
only when d->mImage is not null, implying that only "modified" jpeg
images get written to disk with the user's set quality level. This patch
unconditionally saves jpeg images to disk at the set quality level.

Also, this patch fixes a race condition introduced by merge request !26


We now wait for the save KJob to finish before restoring the quality
level.

Signed-off-by: default avatarMadhav Kanbur <abcdjdj@gmail.com>
parent 955df5ad
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment