This Rust command-line application inverts the colors of an image file. It takes two arguments: the input file name and the output file name. The image crate is used to open and manipulate the image. The invert operation is supported.
Before getting started, ensure that you have Rust installed on your system.
- Clone this repository to your local machine:
git clone https://github.com/Telmo-Sousa/invert.git
- Navigate to the
invert
directory:
cd invert
- Run the necessary Rust commands or operations according to your project's specifications.
cargo run --release /path/to/image invert /path/to/output