.. _`Convert Table to Image`: .. _`syip.convert_table_to_image`: Convert Table to Image ~~~~~~~~~~~~~~~~~~~~~~ .. image:: image_from_table.svg :width: 48 Converts a table into an image using a column each for: data, image width, image height and image channels. *Input ports*: :data: table Table containing image data :meta: table Table containing image meta data *Output ports*: :image: image Input image *Configuration*: **Data column name** (Data column) Name of image data column in input table **Width column name** (Width column) Name of image width column in input table **Height column name** (Height column) Name of image height column in input table **Channels column name** (Channels column) Name of image channels column in input table .. automodule:: node_export .. class:: TableToImage