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.
This commit is contained in:
Mukund Sivaraman 2011-06-10 23:15:43 +05:30
parent b1a2c736bf
commit 24c88e0fcf
1 changed files with 1 additions and 1 deletions

View File

@ -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