Skip to content

FloatsToImage

Name Mandatory Description Default Type
⬅️ Input Takes a sequence of floats as input and converts it into an image. The sequence length must be equal to Width x Height x Channels. [Float]
Output ➡️ This shard returns and image. Image
Width No The width of the output image. 16 Int
Height No The height of the output image. 16 Int
Channels No The channels of the output image. 1 Int

Converts a sequence of floats into an image. The image dimensions (width and height) and the number of channels are specified by the appropriate parameters.