Imagick クラス
PHP Manual

Imagick::writeImageFile

()

Imagick::writeImageFileWrites an image to a filehandle

説明

bool Imagick::writeImageFile ( resource $filehandle )

Writes the image sequence to an open filehandle. The handle must be opened with for example fopen. このメソッドは、ImageMagick バージョン 6.3.6 以降で Imagick をコンパイルした場合に使用可能です。

パラメータ

filehandle

Filehandle where to write the image

返り値

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


Imagick クラス
PHP Manual