Reference
Components
Bitmap Array from File
Description
The Bitmap Array from File primitive allows you to build an array of bitmaps by loading them individually from files. You can choose how the
bitmaps are stored when they are saved with the schematic by selecting from one of five different image encoder types: bmp, jpeg, gif, tiff
and png. You can also choose not to store the bitmaps with the schematic using ‘none’ as the encoder type.
Connectors
Inputs Type Outputs Type
Path to a bitmap file on disk
String Array of bitmaps
Bitmap Array
Index of the bitmap in the
array to be loaded
Int
Trigger to load the specified
bitmap
Trigger
Encoder type for storing the
bitmaps when the schematic
is saved (none, bmp, jpeg,
gif, tiff or png). If ‘none’ is
chosen then the bitmaps will
not be saved with the
schematic.
String
Trigger to clear the array
Trigger
32 of 494