Skip to content

Narven/image-combiner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>