Load Image

Loads an image file into a bitmap. It can be used when comparing two images.

Load image designer

Designer Properties#

  1. File Path Path to the image file to be loaded.
  2. Out Bitmap The output bimap loaded from file path.

Properties#

Load image properties

General Properties#

See General Properties.

Image#

See Designer Properties above.

Misc#

See Misc.

Out Error#

See Out Error.

Result#

See Designer Properties above.

Example#

Image Comparison

Sample Image 1

Sample Image 2

In this example we load the attached 2 images and compare them. After comparison, we display a MessageBox with the result(whether they are the same and the difference in percentage between them)

Please make sure that you change the file path for both Load Image activities to a valid image file path.