From 24c88e0fcfbeecf50ae7ac40a67ddfdf33096aa9 Mon Sep 17 00:00:00 2001 From: Mukund Sivaraman Date: Fri, 10 Jun 2011 23:15:43 +0530 Subject: [PATCH] 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 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plug-ins/file-jpeg/jpeg-save.c b/plug-ins/file-jpeg/jpeg-save.c index cece6306fa..5361567ab0 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