Skip to content

Instantly share code, notes, and snippets.

View manticorp's full-sized avatar

Harry Mustoe-Playfair manticorp

View GitHub Profile
@manticorp
manticorp / README.md
Last active September 12, 2023 06:33
Rendering a map from terrarium height map tiles and exporting to 16 bit grayscale PNG

Convert tangram tiles to 16 bit grayscale PNG

Requirements

  • PHP >7.2
    • Composer
  • Python3
    • numpy
    • cupy (optional)
  • PIL