kgolid / pixel-sorting

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.
40Updated 4 years ago

Related projects

Alternatives and complementary repositories for pixel-sorting