= "image_write"
= "Write pixel data to an image file. Accepts either a 2D grid (array/array/number) or a flat array (array/number) with width."
= "image_write.rs"
= "image_write.md"
= true
[[]]
= "grid" # 2D grid OR flat pixel array (generic to prevent auto-decomposition)
= ""
[[]]
= "filename"
= "string"
[[]]
= "width" # optional: required for flat array input
= "number"