Telmo-Sousa / invert

My first project in Rust, it allows you to invert the colors of an image.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

invert

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.

Project Demo

Demo

Usage Instructions

Before getting started, ensure that you have Rust installed on your system.

  1. Clone this repository to your local machine:
git clone https://github.com/Telmo-Sousa/invert.git
  1. Navigate to the invert directory:
cd invert
  1. Run the necessary Rust commands or operations according to your project's specifications.
cargo run --release /path/to/image invert /path/to/output

About

My first project in Rust, it allows you to invert the colors of an image.

License:MIT License


Languages

Language:Rust 100.0%