XnaFanUtilGetDifferenceImage(String, String) Method

Gets an Image which displays the differences between two images.

Definition

Namespace: DevCase.ThirdParty.XnaFan
Assembly: DevCase.net48.ThirdParty.XnaFan (in DevCase.net48.ThirdParty.XnaFan.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static Image GetDifferenceImage(
	string imageFilepath1,
	string imageFilepath2
)

Parameters

imageFilepath1  String
The filepath of the first image to compare.
imageFilepath2  String
The filepath of the second image to compare.

Return Value

Image
The resulting Image.

Remarks

Note: Some functionalities of this assembly may require to install one or all of the listed NuGet packages:

https://www.nuget.org/packages/ImageComparison

Example

This is a code example.
C#
No code example is currently available or this language may not be supported.

See Also