
The Bitmap primitive component loads a bitmap image from a file.
A bitmap data type of the image loaded
Width (pxl) is the integer value for the width of the image file in pixels
Height(pxl) is the integer value for the height of the image file in pixels
The following example shows how to use the Bitmap component to load an image into a schematic. 
Example OSM

The Bitmap Load primitive component also loads bitmap images from external files. It does not give image sizes directly but does give a trigger when done and also can be cleared with a trigger.
Path - Path to bitmap file - a string input.
Load - Loads the file - a trigger input
Clear - Deletes the internal bitmap if any - a trigger input