Convert Table to Image

../../../../_images/image_from_table.svg
class node_export.TableToImage[source]

Converts a table into an image using a column each for: data, image width, image height and image channels.

Inputs:
data : table

Table containing image data

meta : table

Table containing image meta data

Outputs:
image : image

Input image

Configuration:
Data column name

Name of image data column in input table

Width column name

Name of image width column in input table

Height column name

Name of image height column in input table

Channels column name

Name of image channels column in input table