https://github.com/jasterv/image-processing-cli
A CLI tool to edit images (edit colors, crop, rotate, flip, blur etc.)
https://github.com/jasterv/image-processing-cli
Last synced: 11 months ago
JSON representation
A CLI tool to edit images (edit colors, crop, rotate, flip, blur etc.)
- Host: GitHub
- URL: https://github.com/jasterv/image-processing-cli
- Owner: JasterV
- License: mit
- Created: 2020-11-20T21:50:11.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-22T23:09:58.000Z (over 5 years ago)
- Last Synced: 2025-07-19T12:43:32.363Z (11 months ago)
- Language: Rust
- Homepage:
- Size: 1.72 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Welcome to Image Processing CLI 👋
> 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)_