No description
Find a file
Víctor Martínez 70b9a155ee
Update README.md
2020-11-23 00:09:58 +01:00
src Rotate implemented 2020-11-23 00:00:43 +01:00
.gitignore Rotate implemented 2020-11-23 00:00:43 +01:00
Cargo.toml Simple Clap CLI Implementation 2020-11-22 02:08:21 +01:00
LICENSE.md Initial commit 2020-11-20 22:50:16 +01:00
README.md Update README.md 2020-11-23 00:09:58 +01:00

Welcome to Image Processing CLI 👋

Version

A CLI Tool to edit images (edit color, crop, rotate, flip, blur etc.)

Install

cargo build --release && mv ./target/release/imgffs <path> 

Usage

imgffs [OPTIONS] <INPUT> <OUTPUT> <--blur <blur>|--hue-rotate <huerotate>|--brighten <brighten>|--contrast <contrast>|--crop <x> <y> <width> <height>|--rotate <rotate>|--grayscale|--invert|--flipv|--fliph>

Author

👤 Victor Martinez

Show your support

Give a if this project helped you!


This README was generated with ❤️ by readme-md-generator