[gimp] file-jpeg: (save) Change default subsampling to best quality
- From: Mukund Sivaraman <muks src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] file-jpeg: (save) Change default subsampling to best quality
- Date: Fri, 10 Jun 2011 18:13:53 +0000 (UTC)
commit 24c88e0fcfbeecf50ae7ac40a67ddfdf33096aa9
Author: Mukund Sivaraman <muks banu com>
Date: Fri Jun 10 23:15:43 2011 +0530
file-jpeg: (save) Change default subsampling to best quality
This was discussed in #gimp. There is no reason to have the default
option throw away such image quality 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 cece630..5361567 100644
--- a/plug-ins/file-jpeg/jpeg-save.c
+++ b/plug-ins/file-jpeg/jpeg-save.c
@@ -58,7 +58,7 @@
#define DEFAULT_OPTIMIZE TRUE
#define DEFAULT_PROGRESSIVE FALSE
#define DEFAULT_BASELINE TRUE
-#define DEFAULT_SUBSMP JPEG_SUPSAMPLING_2x2_1x1_1x1
+#define DEFAULT_SUBSMP JPEG_SUPSAMPLING_1x1_1x1_1x1
#define DEFAULT_RESTART 0
#define DEFAULT_DCT 0
#define DEFAULT_PREVIEW FALSE
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]