https://github.com/alexzhang1030/image-cli
This is a CLI, collect some essential tools for image processing.
https://github.com/alexzhang1030/image-cli
Last synced: 7 days ago
JSON representation
This is a CLI, collect some essential tools for image processing.
- Host: GitHub
- URL: https://github.com/alexzhang1030/image-cli
- Owner: alexzhang1030
- License: mit
- Created: 2023-04-11T15:07:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-05T09:20:53.000Z (about 1 year ago)
- Last Synced: 2025-07-08T12:06:27.601Z (7 days ago)
- Language: Rust
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Image
This is a CLI, collect some essential tools for image processing written in Rust.
## Commands
### resize image
```bash
$ image resize -i input.jpg -o output.jpg --width 100 --height 100
```