Skip to content

Instantly share code, notes, and snippets.

@cnaude
cnaude / chunk_multi.sh
Last active October 9, 2018 14:54
Quick and dirty Chunky time lapse rendering
#!/bin/bash
SPP=150
#WIDTH=950
#HEIGHT=540
WIDTH=1920
HEIGHT=1080
CPULOAD=100
THREADS=3
SCENE=syc_zig
# From Minecraft Overviewer (https://github.com/overviewer/Minecraft-Overviewer)
# png-it.py script -- modified version which works with mapcrafter maps
"""
Outputs a huge PNG file using the tiles from a overviewer map.
"""
from optparse import OptionParser
from PIL import Image
from os.path import join, split, exists