Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kr1s7ian authored Mar 23, 2023
1 parent 1004345 commit 623311f
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# rust-mosaic-maker
Cli tool that converts any image to an image composed of images inside a folder. Currently supports only pieces of fixed size.
```
Usage: mosaic-maker [OPTIONS] <INPUT_PATH> <OUTPUT_PATH> <PIECES_FOLDER> <PIECE_SIZE>
Arguments:
<INPUT_PATH>
<OUTPUT_PATH>
<PIECES_FOLDER>
<PIECE_SIZE>
Options:
-d, --dither
-t, --transparent_pieces
-h, --help Print help
```

This is a Minecraft crafting table made of Minecraft blocks (no dithering)

![Minecraft crafting table made of minecraft blocks](https://i.imgur.com/yIA6lcX.png)

This is the David made of minecraft blocks (with dithering)

![David made of minecraft blocks](https://i.imgur.com/avfZbty.jpg)

0 comments on commit 623311f

Please sign in to comment.