#image-generation #procedural-generation #colorful

no-std bin+lib plumage

Algorithmic colorful picture generator

2 unstable releases

0.1.1 Aug 24, 2024
0.0.0 Apr 27, 2023

#293 in Images

46 downloads per month

AGPL-3.0-or-later

655KB
730 lines

Plumage

Plumage generates colorful pictures.

example output

Installation

Install with Cargo:

cargo install plumage

Usage

See plumage --help. Plumage (optionally) reads parameters from ./params (see params.example) and generates a bitmap image, saving both the image and the parameters used to generate it. These parameters can later be used as input parameters to generate the same image, or they can serve as a starting point and be tweaked. If any parameters are missing, they will be filled in with either defaults or random values.

For now, Plumage is best suited for technical users who wish to look through the source code or learn by experimentation to discover what the different parameters do and how the algorithm behaves.

Dependencies

~2–2.8MB
~54K SLoC