Load Image
Loads an image file into a bitmap. It can be used when comparing two images.
#
Designer Properties- File Path Path to the image file to be loaded.
- Out Bitmap The output bimap loaded from file path.
#
Properties#
General PropertiesSee General Properties.
#
ImageSee Designer Properties above.
#
MiscSee Misc.
#
Out ErrorSee Out Error.
#
ResultSee Designer Properties above.
#
ExampleIn 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.