From: glennrp Date: Fri, 5 Nov 2010 02:43:20 +0000 (+0000) Subject: Added 5x5, 6x6, and 7x7 level maps for ordered-dithering. X-Git-Tag: 7.0.1-0~8576 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6b845767b2a94dce4942234ad78e754f81cde95d;p=imagemagick Added 5x5, 6x6, and 7x7 level maps for ordered-dithering. --- diff --git a/ChangeLog b/ChangeLog index 0fa31df94..d9cb6e2c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2010-10-29 6.6.5-6 Glenn Randers-Pehrson + * Added 5x5, 6x6, and 7x7 ordered-dither level maps. + 2010-10-30 6.6.5-5 Cristy * Do not read configure files in the current directory for the "installed" version of ImageMagick. diff --git a/config/thresholds.xml b/config/thresholds.xml index a55bb0ad0..af3f4e792 100644 --- a/config/thresholds.xml +++ b/config/thresholds.xml @@ -80,7 +80,7 @@ - Ordered 4x4 Diffused Pixel + Ordered 3x3 Diffused Pixel 3 7 4 6 1 9 @@ -102,6 +102,52 @@ + + + Ordered 5x5 Circular + + 25 21 10 11 22 + 20 9 6 7 12 + 19 5 1 2 13 + 18 8 4 3 14 + 24 17 16 15 23 + + + + + + Ordered 6x6 Circular + + 36 32 23 24 25 33 + 31 15 9 10 16 26 + 22 8 2 3 11 17 + 21 7 1 4 12 18 + 30 14 6 5 13 27 + 35 29 20 19 28 34 + + + + + + Ordered 7x7 Circular + + 49 42 32 18 19 33 48 + 41 31 17 10 11 20 34 + 40 30 9 2 3 12 21 + 39 29 8 21 4 5 22 + 43 28 16 7 6 13 23 + 44 38 27 15 14 24 35 + 46 45 37 26 25 36 47 + + + + Ordered 8x8 Diffused Pixel