PHP » GoLang |
login |
register |
about
|
GoLang Imagick::setImageDelay
request it (329)
GoLang replacement for PHP's Imagick::setImageDelay
[edit | history]
Imagick::setImageDelay(PECL imagick 2.0.0) Imagick::setImageDelay — Sets the image delay Description
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. Parameters
Return Values
Returns Errors/ExceptionsThrows ImagickException on error. Examples
Example #1 Modify animated Gif with Imagick::setImageDelay()
<?php |
more
Recently updated
more
Most requested
|