flowr 1.0.0

Runners for compiled 'flow' programs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
function = "image_write"
description = "Write pixel data to an image file. Accepts either a 2D grid (array/array/number) or a flat array (array/number) with width."
source = "image_write.rs"
docs = "image_write.md"
impure = true

[[input]]
name = "grid" # 2D grid OR flat pixel array (generic to prevent auto-decomposition)
type = ""

[[input]]
name = "filename"
type = "string"

[[input]]
name = "width" # optional: required for flat array input
type = "number"