If you have Nix installed on your system, the process is really simple: Just run
nix run github.com:spl3g/pixel-sorting
Install odin with your systems package manager and run:
git clone https://github.com/spl3g/pixel-sortin
cd pixel-sorting
odin build .
./pixsort [INPUT] [OUTPUT] *flags*
optional flags:
-f: float, from threashold
-t: float, to threashold
-i: bool, inverse threashold

