Comparison

data class Comparison(distortion: Double, diffImage: MagickWand?)

Holds the result of a comparison between 2 images using MagickWand.compareImages()

Constructors

Link copied to clipboard
fun Comparison(distortion: Double, diffImage: MagickWand?)

Properties

Link copied to clipboard
val diffImage: MagickWand?

The difference between the two images. Null if there was no difference.

Link copied to clipboard
val distortion: Double

The computed distortion between the images.