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 359175 - gimp_image_convert_set_dither_matrix tries to be too smart.
gimp_image_convert_set_dither_matrix tries to be too smart.
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: General
git master
Other All
: Normal normal
: 2.4
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2006-10-03 01:32 UTC by david gowers
Modified: 2006-10-03 09:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
don't autolevel matrices. (1.27 KB, patch)
2006-10-03 01:33 UTC, david gowers
committed Details | Review

Description david gowers 2006-10-03 01:32:22 UTC
The autolevelling functionality included biases some matrices and prevents full control over the dither matrix. The following patch removes the autolevelling from gimp_image_convert_set_dither_matrix().
Comment 1 david gowers 2006-10-03 01:33:25 UTC
Created attachment 73911 [details] [review]
don't autolevel matrices.
Comment 2 Sven Neumann 2006-10-03 09:29:25 UTC
2006-10-03  Sven Neumann  <sven@gimp.org>

	* app/core/gimpimage-convert.[ch]
	(gimp_image_convert_set_dither_matrix): applied patch from David
	Gowers (bug #359175) and did some further cleanup.