MCDotArtMaker
This gem converts images to dot-art in Minecraft world. You can perform these three kind of conversion.
source image
from: https://www.conoha.jp/conohadocs/blog/10747
normal output
Minecraft texture version
.schematic
You can 'paste' the dot-art in Minecraft by using WorldEdit or similar tools.
1. Load the .schematic file
2. Perform //paste
command
3. Result
Installation
This gem requires ImageMagick. You need to install ImageMagick in advance.
$ gem install mc_dot_art_maker
Usage
$ mc-dam -i source-image.jpg -t texture -o output
-i: input filename
-t: conversion type (normal | texture | schematic)
-o: output filename
Lisence
MIT