# themis Create a photo mosaic out of any tileset and source image! ## Build 1. Use [rustup](https://rustup.rs/) to install the rust compiler. 2. Compile the project with `cargo build -r`. The resulting binary is located in `./target/release/themis` 3. Run the binary either from the `./target` directory or with `cargo run -r -- -h` ## Usage ### Flags - `-h`, `--help`: Prints the help dialog - `-k`, `--keep-aspect-ratio`: Keep the aspect ratio of the original image - `-V`, `--version`: Print the current version of this program ### Options - `-i`, `--input-dir `: Specify the path to the cover images. These images are used to compile a mosaic image from the tiles. - `-m`, `--mosaic-size