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
Type: table
Description: Table containing image data

Output ports

image
Type: image
Description: Input image

Examples

Example flows demonstrating this node:

Implementation

class node_export.Table2DToImage[source]