function = "image_read"
description = "Read an image file and output pixel data in multiple formats"
source = "image_read.rs"
docs = "image_read.md"
impure = true
[[input]]
name = "filename"
type = "string"
[[output]]
name = "pixels"
type = "array/number"
[[output]]
name = "pixels_eof"
type = "array/number"
[[output]]
name = "grid"
type = "array/array/number"
[[output]]
name = "pixel_coords"
type = "array/array/number"
[[output]]
name = "width"
type = "number"
[[output]]
name = "height"
type = "number"
[[output]]
name = "size"
type = "array/number"