| Crates.io | asdf-oxide |
| lib.rs | asdf-oxide |
| version | 0.1.1 |
| created_at | 2025-03-22 01:19:03.432951+00 |
| updated_at | 2025-03-22 01:19:03.432951+00 |
| description | ASDF-oxide is a command-line utility that sorts pixels in images based on their brightness or color value. |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1601455 |
| size | 3,584,819 |
ASDF-oxide is a command-line utility that sorts pixels in images based on their brightness or color value. It can be used to create interesting effects such as sorting by brightness, creating a "scanline" effect, or simply to experiment with different image processing techniques.
Install using cargo:
cargo install asdf-oxide
white: Sorts pixels from darkest to lightestblack: Sorts pixels from lightest to darkestbright: Sorts pixels by their brightness (lightest to darkest)dark: Sorts pixels by their darkness (darkest to lightest)asdf-oxide --input <input_file> --output <output_file> --direction <direction> --mode <mode>
<input_file>: Input file path or read from stdin if not provided<output_file>: Output file path or write to stdout if not provided<direction>: Processing direction ('h' for columns first, 'v' for rows first)<mode>: Sorting mode (white, black, bright, dark)asdf-oxide --input input.png --output output.png --direction h --mode bright
asdf-oxide --input input.png --output output.png --direction v --mode dark
ASDF-OXIDE is licensed under the MIT License.