Converts extracted raw RGBA pixel data from an input image. Each pixel becomes 4 sequential bytes. Useful for transmission over HTTP or writing to files.
Interface
Inputs
| Parameter | Details | Possible Types |
|---|---|---|
| Image | Primary Input | Table<Raster> |
Outputs
| Product | Details | Possible Types |
|---|---|---|
| Result | The value produced by the node operation. Primary Output | Vec<u8> |