diff --git a/dither/atkin.txt b/dither/atkin.txt new file mode 100755 index 0000000..cd46d3b --- /dev/null +++ b/dither/atkin.txt @@ -0,0 +1,4 @@ +8 +0,0,0,0,0,*,1,1,0,0,0 +0,0,0,0,1,1,1,0,0,0,0 +0,0,0,0,0,1,0,0,0,0,0 \ No newline at end of file diff --git a/dither/d12.txt b/dither/d12.txt new file mode 100755 index 0000000..b4737b0 --- /dev/null +++ b/dither/d12.txt @@ -0,0 +1,4 @@ +12 +0,0,0,0,0,*,7,0,0,0,0 +0,0,0,0,0,5,0,0,0,0,0 +0,0,0,0,0,0,0,0,0,0,0 \ No newline at end of file diff --git a/dither/d33.txt b/dither/d33.txt new file mode 100755 index 0000000..0c6427b --- /dev/null +++ b/dither/d33.txt @@ -0,0 +1,4 @@ +33 +0,0,0,0,0,*,9,6,3,0,0 +0,0,0,0,3,6,3,0,0,0,0 +0,0,0,0,0,3,0,0,0,0,0 \ No newline at end of file diff --git a/dither/floyd.txt b/dither/floyd.txt new file mode 100755 index 0000000..bd8635b --- /dev/null +++ b/dither/floyd.txt @@ -0,0 +1,4 @@ +16 +0,0,0,0,0,*,7,0,0,0,0 +0,0,0,0,3,5,1,0,0,0,0 +0,0,0,0,0,0,0,0,0,0,0 \ No newline at end of file diff --git a/dither/pink.txt b/dither/pink.txt new file mode 100755 index 0000000..6b8c8a8 --- /dev/null +++ b/dither/pink.txt @@ -0,0 +1,6 @@ +# Pink Floyd +# A wide filter sort of based on Floyd-Steinberg +64 # total of summed parts - full bleed +0,0,0,0,0,*,14,7,5,1,0 # sum = 27 +0,0,0,3,5,7,5,3,1,0,0 # sum = 24 +0,0,0,1,3,5,3,1,0,0,0 # sum = 13