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: 2 months 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-05T09:20:53.000Z (about 1 year ago)
- Last Synced: 2025-02-15T10:35:52.456Z (3 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
```