mirror of
https://github.com/GlitchTools/pp.git
synced 2026-08-20 20:35:22 +00:00
pixelsort project
- Python 100%
| .gitignore | ||
| pixelsort.py | ||
| README.md | ||
pixelsort
a python attempt at pixel sorting.
running
# remember to make the out dir
mkdir out/
python pixelsort.py someimage.jpg
python pixelsort.py --help
# look in out/ for a bunch of frames
python pixelsort.py --animate --smooth --rotate --jitter 20 someface.png
viewing
open output.JPG
todo
- add box sort / radial sort?
- make it fast