Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 349 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 349 Bytes

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

cargo run -- <path-image-1> <path-image-2> <path-final-image>

or

./combiner <path-image-1> <path-image-2> <path-final-image>