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

https://github.com/narven/image-combiner

Image combiner made with Rust
https://github.com/narven/image-combiner

image-processing rust-cli rust-lang

Last synced: about 2 months ago
JSON representation

Image combiner made with Rust

Awesome Lists containing this project

README

          

# image-combiner

> this project is from the tutorial: https://www.youtube.com/watch?v=MsocPEZBd-M

Image Combiner allows to join 2 diferent images into a single one with a nice effect.

### Usage

```bash
cargo run --
```

or

```bash
./combiner
```