From 6c9c76c04740b50215daacc8f8fc6cacdb713eab Mon Sep 17 00:00:00 2001 From: Michaelangel007 Date: Wed, 24 Aug 2016 09:53:20 -0700 Subject: [PATCH] Add dither/ --- dither/atkin.txt | 4 ++++ dither/d12.txt | 4 ++++ dither/d33.txt | 4 ++++ dither/floyd.txt | 4 ++++ dither/pink.txt | 6 ++++++ 5 files changed, 22 insertions(+) create mode 100755 dither/atkin.txt create mode 100755 dither/d12.txt create mode 100755 dither/d33.txt create mode 100755 dither/floyd.txt create mode 100755 dither/pink.txt 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