flowr 1.0.0

Runners for compiled 'flow' programs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## ImageBuffer (//context/image/image_buffer)
Write `pixels` to an image buffer

### Include using
```toml
[[process]]
source = "context://file/image_buffer"
```

### Inputs
* `pixel` - the (x, y) of the pixel
* `value` - the (r, g, b) triplet to write to the pixel
* `size`  - the (width, height) of the image buffer
* `filename` - the file name to persist the buffer to