Functions and methods for image manipulation

Repotomata.create_imageMethod
create_image(width, height, parameters)

Create the base image with the given width and height. The parameters will be used to generate the Perlin noise and the random points.

source