diff --git a/dither.py b/dither.py index 962dd8b..5c3dff2 100755 --- a/dither.py +++ b/dither.py @@ -1,4 +1,4 @@ -#!/usr/local/bin/python3.8 +#!/usr/bin/python3 import hitherdither import os diff --git a/dithers/favicon_dithered.png b/dithers/favicon_dithered.png new file mode 100644 index 0000000..62bf024 Binary files /dev/null and b/dithers/favicon_dithered.png differ diff --git a/dithers/git_dithered.png b/dithers/git_dithered.png new file mode 100644 index 0000000..6acb369 Binary files /dev/null and b/dithers/git_dithered.png differ diff --git a/dithers/piped_dithered.png b/dithers/piped_dithered.png new file mode 100644 index 0000000..bf4894f Binary files /dev/null and b/dithers/piped_dithered.png differ diff --git a/dithers/searx.png b/dithers/searx.png new file mode 100644 index 0000000..d37a989 Binary files /dev/null and b/dithers/searx.png differ diff --git a/hitherdither/__pycache__/__init__.cpython-310.pyc b/hitherdither/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000..652b899 Binary files /dev/null and b/hitherdither/__pycache__/__init__.cpython-310.pyc differ diff --git a/hitherdither/__pycache__/__version__.cpython-310.pyc b/hitherdither/__pycache__/__version__.cpython-310.pyc new file mode 100644 index 0000000..d3c94e3 Binary files /dev/null and b/hitherdither/__pycache__/__version__.cpython-310.pyc differ diff --git a/hitherdither/__pycache__/diffusion.cpython-310.pyc b/hitherdither/__pycache__/diffusion.cpython-310.pyc new file mode 100644 index 0000000..c987721 Binary files /dev/null and b/hitherdither/__pycache__/diffusion.cpython-310.pyc differ diff --git a/hitherdither/__pycache__/exceptions.cpython-310.pyc b/hitherdither/__pycache__/exceptions.cpython-310.pyc new file mode 100644 index 0000000..eb51e9a Binary files /dev/null and b/hitherdither/__pycache__/exceptions.cpython-310.pyc differ diff --git a/hitherdither/__pycache__/palette.cpython-310.pyc b/hitherdither/__pycache__/palette.cpython-310.pyc new file mode 100644 index 0000000..1be56e2 Binary files /dev/null and b/hitherdither/__pycache__/palette.cpython-310.pyc differ diff --git a/hitherdither/__pycache__/utils.cpython-310.pyc b/hitherdither/__pycache__/utils.cpython-310.pyc new file mode 100644 index 0000000..a55da09 Binary files /dev/null and b/hitherdither/__pycache__/utils.cpython-310.pyc differ diff --git a/hitherdither/data/__pycache__/__init__.cpython-310.pyc b/hitherdither/data/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000..7e2619c Binary files /dev/null and b/hitherdither/data/__pycache__/__init__.cpython-310.pyc differ diff --git a/hitherdither/math/__pycache__/__init__.cpython-310.pyc b/hitherdither/math/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000..5cee1f4 Binary files /dev/null and b/hitherdither/math/__pycache__/__init__.cpython-310.pyc differ diff --git a/hitherdither/ordered/__pycache__/__init__.cpython-310.pyc b/hitherdither/ordered/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000..2a8bb59 Binary files /dev/null and b/hitherdither/ordered/__pycache__/__init__.cpython-310.pyc differ diff --git a/hitherdither/ordered/__pycache__/bayer.cpython-310.pyc b/hitherdither/ordered/__pycache__/bayer.cpython-310.pyc new file mode 100644 index 0000000..d0a928a Binary files /dev/null and b/hitherdither/ordered/__pycache__/bayer.cpython-310.pyc differ diff --git a/hitherdither/ordered/__pycache__/cluster.cpython-310.pyc b/hitherdither/ordered/__pycache__/cluster.cpython-310.pyc new file mode 100644 index 0000000..f41384e Binary files /dev/null and b/hitherdither/ordered/__pycache__/cluster.cpython-310.pyc differ diff --git a/hitherdither/ordered/yliluoma/__pycache__/__init__.cpython-310.pyc b/hitherdither/ordered/yliluoma/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000..81656e4 Binary files /dev/null and b/hitherdither/ordered/yliluoma/__pycache__/__init__.cpython-310.pyc differ diff --git a/hitherdither/ordered/yliluoma/__pycache__/_algorithm_one.cpython-310.pyc b/hitherdither/ordered/yliluoma/__pycache__/_algorithm_one.cpython-310.pyc new file mode 100644 index 0000000..30911ab Binary files /dev/null and b/hitherdither/ordered/yliluoma/__pycache__/_algorithm_one.cpython-310.pyc differ diff --git a/hitherdither/ordered/yliluoma/__pycache__/_utils.cpython-310.pyc b/hitherdither/ordered/yliluoma/__pycache__/_utils.cpython-310.pyc new file mode 100644 index 0000000..f679c3a Binary files /dev/null and b/hitherdither/ordered/yliluoma/__pycache__/_utils.cpython-310.pyc differ diff --git a/images/dithers/favicon_dithered.png b/images/dithers/favicon_dithered.png new file mode 100644 index 0000000..2bc83f0 Binary files /dev/null and b/images/dithers/favicon_dithered.png differ diff --git a/images/dithers/fonk_dithered.png b/images/dithers/fonk_dithered.png new file mode 100644 index 0000000..e924cd1 Binary files /dev/null and b/images/dithers/fonk_dithered.png differ diff --git a/images/dithers/git_dithered.png b/images/dithers/git_dithered.png new file mode 100644 index 0000000..6acb369 Binary files /dev/null and b/images/dithers/git_dithered.png differ diff --git a/images/dithers/nitter_dithered.png b/images/dithers/nitter_dithered.png new file mode 100644 index 0000000..4086c70 Binary files /dev/null and b/images/dithers/nitter_dithered.png differ diff --git a/images/dithers/piped_dithered.png b/images/dithers/piped_dithered.png new file mode 100644 index 0000000..45fb7a1 Binary files /dev/null and b/images/dithers/piped_dithered.png differ diff --git a/images/dithers/rd_dithered.png b/images/dithers/rd_dithered.png new file mode 100644 index 0000000..d91f87e Binary files /dev/null and b/images/dithers/rd_dithered.png differ diff --git a/images/dithers/rss_dithered.png b/images/dithers/rss_dithered.png new file mode 100644 index 0000000..428d174 Binary files /dev/null and b/images/dithers/rss_dithered.png differ diff --git a/images/dithers/searx_dithered.png b/images/dithers/searx_dithered.png new file mode 100644 index 0000000..d37a989 Binary files /dev/null and b/images/dithers/searx_dithered.png differ diff --git a/images/dithers/teddit_dithered.png b/images/dithers/teddit_dithered.png new file mode 100644 index 0000000..8f4a332 Binary files /dev/null and b/images/dithers/teddit_dithered.png differ diff --git a/images/dithers/the_droth_logo_dithered.png b/images/dithers/the_droth_logo_dithered.png new file mode 100644 index 0000000..439f4bd Binary files /dev/null and b/images/dithers/the_droth_logo_dithered.png differ diff --git a/images/dithers/thedroth_logo_dithered.png b/images/dithers/thedroth_logo_dithered.png new file mode 100644 index 0000000..355ef19 Binary files /dev/null and b/images/dithers/thedroth_logo_dithered.png differ diff --git a/images/dithers/wikiless_dithered.png b/images/dithers/wikiless_dithered.png new file mode 100644 index 0000000..a9efec1 Binary files /dev/null and b/images/dithers/wikiless_dithered.png differ diff --git a/images/searx.png b/images/searx.png new file mode 100644 index 0000000..5106144 Binary files /dev/null and b/images/searx.png differ diff --git a/images/tmp/dithers/fonk_dithered.png b/images/tmp/dithers/fonk_dithered.png new file mode 100644 index 0000000..a52ae40 Binary files /dev/null and b/images/tmp/dithers/fonk_dithered.png differ diff --git a/images/tmp/dithers/nitter_dithered.png b/images/tmp/dithers/nitter_dithered.png new file mode 100644 index 0000000..77a44cc Binary files /dev/null and b/images/tmp/dithers/nitter_dithered.png differ diff --git a/images/tmp/dithers/piped_dithered.png b/images/tmp/dithers/piped_dithered.png new file mode 100644 index 0000000..a763050 Binary files /dev/null and b/images/tmp/dithers/piped_dithered.png differ diff --git a/images/tmp/dithers/rd_dithered.png b/images/tmp/dithers/rd_dithered.png new file mode 100644 index 0000000..44e6d4f Binary files /dev/null and b/images/tmp/dithers/rd_dithered.png differ diff --git a/images/tmp/dithers/teddit_dithered.png b/images/tmp/dithers/teddit_dithered.png new file mode 100644 index 0000000..d9ae6e8 Binary files /dev/null and b/images/tmp/dithers/teddit_dithered.png differ diff --git a/images/tmp/dithers/thedroth_logo_dithered.png b/images/tmp/dithers/thedroth_logo_dithered.png new file mode 100644 index 0000000..7096bf6 Binary files /dev/null and b/images/tmp/dithers/thedroth_logo_dithered.png differ diff --git a/images/tmp/dithers/wikiless_dithered.png b/images/tmp/dithers/wikiless_dithered.png new file mode 100644 index 0000000..8e0b593 Binary files /dev/null and b/images/tmp/dithers/wikiless_dithered.png differ diff --git a/index.html b/index.html index ae46e6d..00cc6c0 100644 --- a/index.html +++ b/index.html @@ -98,7 +98,7 @@ @@ -111,13 +111,13 @@
Проксирующие
-
+

Piped

Лёгкий приватный интерфейс для YouTube, умеюший автоматически проматывать рекламные вставки. Зачем кормить гугл, если можно не кормить...


-
+

Teddit

Быстрый и лёгкий фронтэнд для Reddit

@@ -130,13 +130,13 @@
-->
-
+

Rural Dictionary

Фронтэнд для Urban Dictionary. Знакомься с современным фольклором и сленгом без корпоративной слежки!


-
+

WikiLess

Wikipedia без ненужных элементов и трекеров

@@ -148,19 +148,26 @@
Собственные
-
+
+

TheДротский поиск

+

SearXNG — метапоисковый сервис (поиск через Google, Bing, DuckDuckGo...)

+ +
+
+ +

Git

Хранилище исходных кодов


-
+

TheДротский Фонк

FunkWhale — хостинг музыки и подкастов


-
+

RSS Bridge

Конвертация новостных лент в RSS

@@ -170,6 +177,7 @@
+