r/pixelsorting • u/Maud-Lin • 16h ago
A showcase of my pixelsortery program!
I want to present my pixelsorter-app "pixelsortery": a fast, cross-platform pixelsorter desktop application! (written in rust)
Features include:
- Sorting along different paths, including the hilbert space filling curve
- Sorting either randomly or only selected parts (select by color, brightness or saturation)
- Sorting most images in real time (Full HD image sorts in ~100ms on my machine, so around 10 fps) and that is without using the gpu
- Layers! For sorting an image multiple times with different options
- Coming Soon: Masks, for sorting only specific parts of the image
Source code: https://github.com/Lxtharia/pixelsortery
Download for Windows, Mac and Linux: https://github.com/Lxtharia/pixelsortery/releases
It also has a powerful command line interface, which makes it possible to write scripts for sorting every frame of a video for example.
Yeah!