Image to Bytes

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

ParameterDetailsPossible Types
Image

Primary Input

Table<Raster>

Outputs

ProductDetailsPossible Types
Result

The value produced by the node operation.

Primary Output

Vec<u8>