A command line tool to pixel sort images based on red, green, blue, alpha, or luma values.
Requires Rust 2018. Eilpx can be installed via crates.io with the following command.
bash
cargo install eilpx
```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
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 -d left ```
Original | Sorted |
------------------------------- | ------------------------------------ |
|
|