ALBUM ARTWORK GENERATOR

Auto-generative Graphics


This project had the objective of generating album artworks using Processing. By giving it the name of the song and the artist as input parameters, the album cover could be created.

A set of visual parameters where defined in the beginning, to assure consistency and unity throughout the album's covers. From that point, each time a new song name and author was input into the code, a new variation of the graphic appeared.

The first experiments were based only in geometric shapes and dotted grids, which changed dimension, position and colors on each iteration.

Eventually, the experiments included bezier curves and not only basic shapes, as well as variations on alpha levels for each color and dotted grids that created textures.

The visual parameters defined at the beginning would change for each series of album covers, obtaining different results for the same song title and author.

Back