The Imagick class
PHP Manual

Imagick::animateImages

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

Imagick::animateImagesAnimates an image or images

说明

bool Imagick::animateImages ( string $x_server )

This method animates the image onto a local or remote X server. This method is not available on Windows. This method is available if Imagick has been compiled against ImageMagick version 6.3.6 or newer.

参数

x_server

X server address

返回值

Returns TRUE on success.

参见


The Imagick class
PHP Manual