Imagick::writeImagesFile

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

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. Цей метод доступний якщо Imagick був зібраний з версією ImageMagick 6.3.6 або новішою.

Параметри

filehandle

Filehandle where to write the images

Значення, що повертаються

Повертає TRUE в разі успіху.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top