Repository is archived
No commit activity in last 3 years
No release in over 3 years
Converting images to mosaic arts using Minecraft textures and .schematic files.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.11
~> 10.0
~> 3.0

Runtime

 Project Readme

MCDotArtMaker

This gem converts images to dot-art in Minecraft world. You can perform these three kind of conversion.

source image

source-image

from: https://www.conoha.jp/conohadocs/blog/10747

normal output

normal

Minecraft texture version

texture

detail:
texture-detail

.schematic

You can 'paste' the dot-art in Minecraft by using WorldEdit or similar tools.

1. Load the .schematic file

step-1

2. Perform //paste command

step-2

3. Result

step-3

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