/Image-Combiner

This images combiner combiner combines two images to generate a single image.

Primary LanguageRust

Getting Started !

Requirements

QuickStart

  • Clone this repo.

git clone https://github.com/Raj-RR1/Image-Combiner.git 

  • Change the directory.

cd Image-Combiner

  • Build the code into an executable binary.

cargo build --release

  • Create a combined image.

./target/release/Image-Combiner images/[your first image].png images/[your second image].png images/output.png

  • The combined output image in available under images folder.