/rust_img_combiner

A CLI tool to combine 2 input images into one.

Primary LanguageRust

rust_img_combiner

A CLI tool to combine 2 input images into one.

This project is created following this tutorial

Uasge

$ cargo run -- [path/of/first/image] [path/of/second/image] [/path/of/output/image]

Note:

  • the formats of imput images must be the same, or it will panic.
  • better to pick smaller images (less than 512*512) or it will take a while to combine.

Examples of result

image 1: forest

image 2: forest

output: output