From cab0c7150c5c375a2c25354a3e178ec2e8e864db Mon Sep 17 00:00:00 2001 From: sdbs Terra Date: Sat, 4 Jun 2022 14:15:53 +0200 Subject: [PATCH] Automatic update, changed: tools.automorph_pixelsort.md --- pages/tools.automorph_pixelsort.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pages/tools.automorph_pixelsort.md b/pages/tools.automorph_pixelsort.md index eecdff9..2987b9c 100644 --- a/pages/tools.automorph_pixelsort.md +++ b/pages/tools.automorph_pixelsort.md @@ -38,6 +38,9 @@ for image in *.png ; do python3 -m pixelsort "$image" -i edges -t 0.9 -a 90 -o saturation is way to go +for image in *.png ; do python3 -m pixelsort "$image" -i edges -t 0.5 -a 90 -s minimum -o "${image%.*}_sorted.png" ; done + + ##### Adjacent - https://github.com/jankovicsandras/girihjs - https://github.com/jankovicsandras/kalocsai