update : 2015.11.03
php.shukuma.com검색:
|
Imagick::setImageDelay(PECL imagick 2.0.0) Imagick::setImageDelay — Sets the image delay 설명
bool Imagick::setImageDelay
( int
$delay
)Sets the image delay. For an animated image this is the amount of time that this frame of the image should be displayed for, before displaying the next frame. The delay can be set individually for each frame in an image. 인수
반환값
성공시에 오류/예외오류시에 ImagickException이 발생합니다. 예제
Example #1 Modify animated Gif with Imagick::setImageDelay()
<?php |