Rearranges pixels in an image. For each pixel P, from top to bottom, left to right, take N random pixels not yet processed, pick the one that is most similar with P’s surroundings and swap the positions of the two.
Stars
42
Forks
2
Watchers
42
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
34
commits
add interactive version of pixel sort sketch
fc09a90View on GitHubMerge branch 'master' of https://github.com/kgolid/pixel-sorting
4bc87a5View on GitHubMerge branch 'master' of https://github.com/kgolid/pixel-sorting
e741b33View on GitHub