Image-Processing-CLI/README.md
Víctor Martínez 70b9a155ee
Update README.md
2020-11-23 00:09:58 +01:00

864 B
Raw Permalink Blame History

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