Readme added

This commit is contained in:
Víctor Martínez 2020-11-23 00:07:12 +01:00
parent 117243634a
commit 4ecf7a44c8

View file

@ -1,4 +1,32 @@
# Welcome to Image Processing API <h1 align="center">Welcome to Image Processing CLI 👋</h1>
<p>
<img alt="Version" src="https://img.shields.io/badge/version-0.3-blue.svg?cacheSeconds=2592000" />
</p>
> 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 <path>
```
## Usage
```sh
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**
* 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)_