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
- Host: GitHub
- URL: https://github.com/narven/image-combiner
- Owner: Narven
- License: mit
- Created: 2022-04-13T12:54:20.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-13T14:11:46.000Z (almost 4 years ago)
- Last Synced: 2025-01-20T00:56:08.185Z (about 1 year ago)
- Topics: image-processing, rust-cli, rust-lang
- Language: Rust
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```