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