Imagick::getImageDelay

(No version information available, might be only in CVS)

Imagick::getImageDelay — Gets the image delay

Описание

int Imagick::getImageDelay ( void )
Внимание

К настоящему времени эта функция еще не была документирована; для ознакомления доступен только список аргументов.

Gets the image delay.

Возвращаемые значения

Returns the image delay and throws ImagickException on failure.

Коментарии

Here is how you can get the delay between the frames in gif file:

<?php
$animation 
= new Imagick("file.gif");

foreach (
$animation as $frame) {
 
$delay $animation->getImageDelay();

echo 
$delay;
}
?>
2011-09-18 18:31:46
http://php5.kiev.ua/manual/ru/function.imagick-getimagedelay.html

    Поддержать сайт на родительском проекте КГБ