liang256 / rust_img_combiner

A CLI tool to combine 2 input images into one.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A CLI tool to combine 2 input images into one.


Languages

Language:Rust 100.0%