A command line tool to pixel sort images based on red, green, blue, alpha, or luma values.
```text USAGE: eilpx [FLAGS] [OPTIONS] --input --output
FLAGS: -h, --help Prints help information -y Overwrite output files without asking -n Do not overwrite output files, exit immediately if output file already exists -V, --version Prints version information -v Sets the level of verbosity
OPTIONS:
-b, --bound
Requires Rust 2018.
bash
cargo install --git https://github.com/drklee3/eilpx
Command
```bash eilpx -i img/tamsui.jpg -o img/tamsui_sorted.jpg -b max -t 175
```
Original | Sorted |
--------------------------- | -------------------------------- |
|
|
Command
bash
eilpx -i img/lighthouse.jpg -o img/lighthouse_sorted.jpg
Original | Sorted |
------------------------------- | ------------------------------------ |
|
|