mirror of
https://codeberg.org/JasterV/Image-Processing-CLI.git
synced 2026-04-26 18:10:07 +00:00
No description
| src | ||
| .gitignore | ||
| Cargo.toml | ||
| LICENSE.md | ||
| README.md | ||
Welcome to Image Processing CLI 👋
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
- Website: https://codepen.io/jasterv
- Github: @JasterV
Show your support
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator