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.
cargo run -- <path-image-1> <path-image-2> <path-final-image>
or
./combiner <path-image-1> <path-image-2> <path-final-image>