UtilImageGetDifferences Method

Finds the RGB differences between two images and returns them in a two-dimensional Array.

Definition

Namespace: DevCase.Core.Media.Graphics
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static byte[,] GetDifferences(
	Image img1,
	Image img2
)

Parameters

img1  Image
The first image to compare.
img2  Image
The second image to compare with img1.

Return Value

Byte
The RGB differences between the two specified images.

Remarks

See Also