Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-05T09:20:53.000Z (6 months ago)
- Last Synced: 2024-05-05T10:26:34.490Z (6 months 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
```