summaryrefslogtreecommitdiffstats
path: root/thumbs.c
diff options
context:
space:
mode:
Diffstat (limited to 'thumbs.c')
-rw-r--r--thumbs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/thumbs.c b/thumbs.c
index 8f129fb..8ae35b2 100644
--- a/thumbs.c
+++ b/thumbs.c
@@ -102,6 +102,7 @@ void tns_cache_write(Imlib_Image im, const char *filepath, bool force)
if (err == 0) {
imlib_context_set_image(im);
imlib_image_set_format("jpg");
+ imlib_image_attach_data_value("quality", NULL, 90, NULL);
imlib_save_image_with_error_return(cfile, &err);
}
if (err == 0) {