File tree Expand file tree Collapse file tree 2 files changed +15
-15
lines changed Expand file tree Collapse file tree 2 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -19,46 +19,46 @@ public void DoRinDithering(string[] filenames, int type)
19
19
IDither DitheringType = null ;
20
20
switch ( type )
21
21
{
22
- case 0 :
22
+ case 1 :
23
23
DitheringType = KnownDitherings . Bayer8x8 ;
24
24
break ;
25
- case 1 :
25
+ case 2 :
26
26
DitheringType = KnownDitherings . Bayer4x4 ;
27
27
break ;
28
- case 2 :
28
+ case 3 :
29
29
DitheringType = KnownDitherings . Bayer2x2 ;
30
30
break ;
31
- case 3 :
31
+ case 4 :
32
32
DitheringType = KnownDitherings . FloydSteinberg ;
33
33
break ;
34
- case 4 :
34
+ case 5 :
35
35
DitheringType = KnownDitherings . Atkinson ;
36
36
break ;
37
- case 5 :
37
+ case 6 :
38
38
DitheringType = KnownDitherings . Burks ;
39
39
break ;
40
- case 6 :
40
+ case 7 :
41
41
DitheringType = KnownDitherings . JarvisJudiceNinke ;
42
42
break ;
43
- case 7 :
43
+ case 8 :
44
44
DitheringType = KnownDitherings . Sierra3 ;
45
45
break ;
46
- case 8 :
46
+ case 9 :
47
47
DitheringType = KnownDitherings . StevensonArce ;
48
48
break ;
49
- case 9 :
49
+ case 10 :
50
50
DitheringType = KnownDitherings . Sierra2 ;
51
51
break ;
52
- case 10 :
52
+ case 11 :
53
53
DitheringType = KnownDitherings . Sierra3 ;
54
54
break ;
55
- case 11 :
55
+ case 12 :
56
56
DitheringType = KnownDitherings . SierraLite ;
57
57
break ;
58
- case 12 :
58
+ case 13 :
59
59
DitheringType = KnownDitherings . Stucki ;
60
60
break ;
61
- case 13 :
61
+ case 14 :
62
62
DitheringType = KnownDitherings . Ordered3x3 ;
63
63
break ;
64
64
default :
Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ private static void CreateAndSignFlipnote()
224
224
bitmaps = null ;
225
225
child . Tick ( 2 , "Dithering Mode: None." ) ;
226
226
break ;
227
- case 14 :
227
+ case 15 :
228
228
child . Tick ( 1 , "Dithering Mode: imagemagick bilevel..." ) ;
229
229
bitmaps = null ;
230
230
#region mogrify
You can’t perform that action at this time.
0 commit comments