moviepy.video.tools.drawing#

Deals with making images (np arrays). It provides drawing methods that are difficult to do with the existing Python libraries.

Functions

circle(screensize, center, radius[, color, ...])

Draw an image with a circle.

color_gradient(size, p1[, p2, vector, ...])

Draw a linear, bilinear, or radial gradient.

color_split(size[, x, y, p1, p2, vector, ...])

Make an image split in 2 colored regions.