blob: 8a5efb8216fc9554d6531ae609b21176088be8c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Bubbles
Creates a procedurally generated image that sort of looks like bubbles
USAGE:
```
bubbles --width <WIDTH> --height <HEIGHT> --frames <FRAMES> --num-cells <NUM_CELLS> --out <OUT>
```
OPTIONS:
```
-f, --frames <FRAMES> number of gif frames
-h, --height <HEIGHT> height of the image
--help Print help information
-n, --num-cells <NUM_CELLS> number of cells to generate
-o, --out <OUT> output file
-V, --version Print version information
-w, --width <WIDTH> width of the image
```
|