diff --git a/README.md b/README.md index 17edff1..82562e4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,32 @@ -# Welcome to Image Processing API +

Welcome to Image Processing CLI 👋

+

+ Version +

-> A REST Api that gets images of any format and applies filters on it +> A CLI Tool to edit images (edit color, crop, rotate, flip, blur... etc) +## Install + +```sh +cargo build --release && mv ./target/release/imgffs +``` + +## Usage + +```sh +imgffs [OPTIONS] <--blur |--hue-rotate |--brighten |--contrast |--crop |--rotate |--grayscale|--invert|--flipv|--fliph> +``` + +## Author + +👤 **Victor Martinez** + +* Website: https://codepen.io/jasterv +* Github: [@JasterV](https://github.com/JasterV) + +## Show your support + +Give a ⭐️ if this project helped you! + +*** +_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_ \ No newline at end of file