NAME:
mountains - Commandline tool to procedurally generate a mountain range as png
USAGE:
mountains [options]
COMMANDS:
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--background-color value, --bg value the background color of the image (default: "FFFFFF")
--change AMOUNT, -c AMOUNT the AMOUNT of change each step (default: 1)
--destination PATH, -d PATH the destination PATH of the generated image (default: "mountains.png")
--ending-color value, --ec value the ending color for the gradient (default: "000000")
--gradient-color value, --gc value the gradient target for the background (default: "FFFFFF")
--height HEIGHT, --ht HEIGHT the HEIGHT of the image (default: 720)
--layers value, -l value set the number of layers (default: 1)
--seed SEED, -s SEED the given SEED for the mountains (default: 1595633442770508400)
--starting-color value, --sc value the starting color for the gradient (default: "000000")
--step HEIGHT, --st HEIGHT the HEIGHT of the next step (default: 3)
--top-to-bottom, --ttb set the background gradient to 'left-to-right' (default: false)
--width WIDTH, -w WIDTH the WIDTH of the image (default: 1280)
--help, -h show help (default: false)