[gimp] file-jpeg: (save) Change default compression level to 90
- From: Mukund Sivaraman <muks src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] file-jpeg: (save) Change default compression level to 90
- Date: Fri, 10 Jun 2011 18:13:58 +0000 (UTC)
commit dd912b1cb954e5d9e5bc569075de8b0e904a4ad2
Author: Mukund Sivaraman <muks banu com>
Date: Fri Jun 10 23:16:51 2011 +0530
file-jpeg: (save) Change default compression level to 90
This was discussed in #gimp. 90 is affordable as the default
in these days of large hard disks and broadband.
plug-ins/file-jpeg/jpeg-save.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plug-ins/file-jpeg/jpeg-save.c b/plug-ins/file-jpeg/jpeg-save.c
index 5361567..a19c4e1 100644
--- a/plug-ins/file-jpeg/jpeg-save.c
+++ b/plug-ins/file-jpeg/jpeg-save.c
@@ -53,7 +53,7 @@
/* See bugs #63610 and #61088 for a discussion about the quality settings */
-#define DEFAULT_QUALITY 85.0
+#define DEFAULT_QUALITY 90.0
#define DEFAULT_SMOOTHING 0.0
#define DEFAULT_OPTIMIZE TRUE
#define DEFAULT_PROGRESSIVE FALSE
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]