Bitmap


The Bitmap primitive component loads a bitmap image from a file.

Inputs

  • Path - Bitmap File Path is a string input for the path of the file to be loaded
  • Load - Load Bitmap is a trigger which causes the component to upload the file

Outputs

  • 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

Example

The following example shows how to use the Bitmap component to load an image into a schematic. Bitmap Example
Example OSM

Bitmap Load


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.

Inputs

  • 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

Outputs

  • A bitmap data output.
  • Done - a trigger which fires when the load command is competed by the component; it does not fire when the clear command completes.
component_reference/bitmap/bitmap.txt · Last modified: 2008/05/20 23:09 (external edit)