mirror of
https://codeberg.org/JasterV/Image-Processing-CLI.git
synced 2026-04-26 18:10:07 +00:00
Readme added
This commit is contained in:
parent
117243634a
commit
4ecf7a44c8
1 changed files with 30 additions and 2 deletions
32
README.md
32
README.md
|
|
@ -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)_
|
||||
Loading…
Reference in a new issue