flowr 1.0.0

Runners for compiled 'flow' programs
Documentation
1
2
3
4
5
6
7
## image_read

Read an image file (PNG) and output its pixel data as a flat array of
grayscale values (0-255) along with the image dimensions.

The image is converted to grayscale using the standard luminance formula:
`gray = 0.299*R + 0.587*G + 0.114*B`