PHP | Imagick getImageChannelDistortion() Function
The Imagick::getImageChannelDistortion() function is an inbuilt function in PHP which is used to compare image channels of an image to a reconstructed image and returns the specified distortion metric. Syntax: float Imagick::getImageChannelDistortion( Imagick $reference, int $channel, int $metric )