Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tranxuanthang/machete
A CLI tool for vertically splitting image with content awareness, written in Rust.
https://github.com/tranxuanthang/machete
Last synced: 6 days ago
JSON representation
A CLI tool for vertically splitting image with content awareness, written in Rust.
- Host: GitHub
- URL: https://github.com/tranxuanthang/machete
- Owner: tranxuanthang
- License: mit
- Created: 2021-11-15T03:35:28.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-25T12:26:39.000Z (over 2 years ago)
- Last Synced: 2023-03-06T05:52:52.362Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 10.7 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# machete
![](https://user-images.githubusercontent.com/15942946/141735195-b32d95f3-3580-41f0-bc9f-6bad9355242f.jpg)
A CLI tool for vertically splitting image with content awareness, written in Rust.
## Usage
```
machete [OPTIONS]ARGS:
Set input file path
Set output directory pathOPTIONS:
--color-threshold Set color threshold number
-h, --help Print help information
--max-height Set maximum height number
--min-height Set minimum height number
-V, --version Print version information
```