An open API service indexing awesome lists of open source software.

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.)

Awesome Lists containing this project

README

          

Welcome to Image Processing CLI 👋



Version

> 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)_