After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 303063 - Change default setting to no dithering in indexed conversion dialog
Change default setting to no dithering in indexed conversion dialog
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: User Interface
git master
Other All
: Normal enhancement
: 2.4
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2005-05-04 22:03 UTC by Raphaël Quinet
Modified: 2005-05-21 00:38 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Raphaël Quinet 2005-05-04 22:03:50 UTC
Most of the images that I convert to indexed mode (various diagrams, logos and
other computer-generated figures) tend to have more flat areas of uniform color
than areas with color gradients.  These areas look bad with dithering, so most
of the time I have to switch from the default dithering to None.

If most users are converting images with many flat areas rather than
photographic images or images with a lot of gradients, then it would be better
to change the default in this dialog to None.

Note: a related but more complex suggestion is in bug #66261.
Comment 1 Sven Neumann 2005-05-05 12:02:38 UTC
This change would also affect the indexing that is performed from the Export
dialog. Just something that should be considered...
Comment 2 Sven Neumann 2005-05-21 00:38:46 UTC
Noone objected so this seems to be the right thing to do:

2005-05-21  Sven Neumann  <sven@gimp.org>

	* app/dialogs/convert-dialog.c: 
	* libgimp/gimpexport.c (export_convert_indexed): changed default
	dithering to GIMP_NO_DITHER (bug #303063).