Convert 2D Table to Image

../../../../../_images/image_from_table.svg

Converts a 2D table into a grayscale image, using columns as X and rows as Y positions.

Documentation

Converts a 2D table into a grayscale image, using columns as X and rows as Y positions.

Definition

Input ports

data table

Table containing image data

Output ports

image image

Input image

Implementation

class node_export.Table2DToImage[source]