increase the default quality setting from 0.75 to 0.85, as requested in

2003-08-05  Raphael Quinet  <quinet@gamers.org>

	* plug-ins/common/jpeg.c (DEFAULT_QUALITY): increase the default
	quality setting from 0.75 to 0.85, as requested in bug #61088 and
	in bug #63610.  This seems to be a more reasonable default for
	most users.  The correct way to solve this problem would be to
	implement the persistent preferences as described in bug #63610,
	but this quick fix should take care of the most annoying problem.
This commit is contained in:
Raphael Quinet 2003-08-05 07:43:25 +00:00 committed by Raphaël Quinet
parent 57477e471a
commit f59c0c2770
8 changed files with 23 additions and 7 deletions

View File

@ -1,3 +1,12 @@
2003-08-05 Raphael Quinet <quinet@gamers.org>
* plug-ins/common/jpeg.c (DEFAULT_QUALITY): increase the default
quality setting from 0.75 to 0.85, as requested in bug #61088 and
in bug #63610. This seems to be a more reasonable default for
most users. The correct way to solve this problem would be to
implement the persistent preferences as described in bug #63610,
but this quick fix should take care of the most annoying problem.
2003-08-05 Henrik Brix Andersen <brix@gimp.org>
* plug-ins/common/align_layers.c

View File

@ -174,7 +174,8 @@
/* #undef HAVE_PROGRESSIVE_JPEG if your library doesn't support it */
/* #define HAVE_PROGRESSIVE_JPEG if your library knows how to handle it */
#define DEFAULT_QUALITY 0.75
/* See bugs #63610 and #61088 for a discussion about the quality settings */
#define DEFAULT_QUALITY 0.85
#define DEFAULT_SMOOTHING 0.0
#define DEFAULT_OPTIMIZE 1
#define DEFAULT_PROGRESSIVE 0

View File

@ -174,7 +174,8 @@
/* #undef HAVE_PROGRESSIVE_JPEG if your library doesn't support it */
/* #define HAVE_PROGRESSIVE_JPEG if your library knows how to handle it */
#define DEFAULT_QUALITY 0.75
/* See bugs #63610 and #61088 for a discussion about the quality settings */
#define DEFAULT_QUALITY 0.85
#define DEFAULT_SMOOTHING 0.0
#define DEFAULT_OPTIMIZE 1
#define DEFAULT_PROGRESSIVE 0

View File

@ -174,7 +174,8 @@
/* #undef HAVE_PROGRESSIVE_JPEG if your library doesn't support it */
/* #define HAVE_PROGRESSIVE_JPEG if your library knows how to handle it */
#define DEFAULT_QUALITY 0.75
/* See bugs #63610 and #61088 for a discussion about the quality settings */
#define DEFAULT_QUALITY 0.85
#define DEFAULT_SMOOTHING 0.0
#define DEFAULT_OPTIMIZE 1
#define DEFAULT_PROGRESSIVE 0

View File

@ -174,7 +174,8 @@
/* #undef HAVE_PROGRESSIVE_JPEG if your library doesn't support it */
/* #define HAVE_PROGRESSIVE_JPEG if your library knows how to handle it */
#define DEFAULT_QUALITY 0.75
/* See bugs #63610 and #61088 for a discussion about the quality settings */
#define DEFAULT_QUALITY 0.85
#define DEFAULT_SMOOTHING 0.0
#define DEFAULT_OPTIMIZE 1
#define DEFAULT_PROGRESSIVE 0

View File

@ -174,7 +174,8 @@
/* #undef HAVE_PROGRESSIVE_JPEG if your library doesn't support it */
/* #define HAVE_PROGRESSIVE_JPEG if your library knows how to handle it */
#define DEFAULT_QUALITY 0.75
/* See bugs #63610 and #61088 for a discussion about the quality settings */
#define DEFAULT_QUALITY 0.85
#define DEFAULT_SMOOTHING 0.0
#define DEFAULT_OPTIMIZE 1
#define DEFAULT_PROGRESSIVE 0

View File

@ -174,7 +174,8 @@
/* #undef HAVE_PROGRESSIVE_JPEG if your library doesn't support it */
/* #define HAVE_PROGRESSIVE_JPEG if your library knows how to handle it */
#define DEFAULT_QUALITY 0.75
/* See bugs #63610 and #61088 for a discussion about the quality settings */
#define DEFAULT_QUALITY 0.85
#define DEFAULT_SMOOTHING 0.0
#define DEFAULT_OPTIMIZE 1
#define DEFAULT_PROGRESSIVE 0

View File

@ -174,7 +174,8 @@
/* #undef HAVE_PROGRESSIVE_JPEG if your library doesn't support it */
/* #define HAVE_PROGRESSIVE_JPEG if your library knows how to handle it */
#define DEFAULT_QUALITY 0.75
/* See bugs #63610 and #61088 for a discussion about the quality settings */
#define DEFAULT_QUALITY 0.85
#define DEFAULT_SMOOTHING 0.0
#define DEFAULT_OPTIMIZE 1
#define DEFAULT_PROGRESSIVE 0