Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 path

OPTIONS:
--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
```