Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16124 программиста и 1779 роботов. Сейчас ищут 1247 программистов ...
Imagick::getImageDistortion - Compares an image to a reconstructed image
Вернуться к: Imagick
Imagick::getImageDistortion
(PECL imagick 2.0.0)
Imagick::getImageDistortion — Compares an image to a reconstructed image
Описание
float Imagick::getImageDistortion
( MagickWand
$reference
, int $metric
)Compares an image to a reconstructed image and returns the specified distortion metric.
Возвращаемые значения
Returns the distortion metric used on the image (or the best guess thereof).
Ошибки
Вызывает ImagickException при ошибке.
Вернуться к: Imagick