Imagick クラス
PHP Manual

Imagick::writeImagesFile

()

Imagick::writeImagesFileWrites frames to a filehandle

説明

bool Imagick::writeImagesFile ( resource $filehandle )

Writes all image frames into an open filehandle. This method can be used to write animated gifs or other multiframe images into open filehandle. このメソッドは、ImageMagick バージョン 6.3.6 以降で Imagick をコンパイルした場合に使用可能です。

パラメータ

filehandle

Filehandle where to write the images

返り値

成功した場合に TRUE を返します。


Imagick クラス
PHP Manual