Imagick
PHP Manual

Imagick::writeImageFile

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

Imagick::writeImageFileWrites an image to a filehandle

Opis

bool Imagick::writeImageFile ( resource $filehandle )

Writes the image sequence to an open filehandle. The handle must be opened with for example fopen. Ta metoda jest dostępna, jeśli rozszerzenie Imagick zostało skompilowane z ImageMagick w wersji 6.3.6 lub nowszej.

Parametry

filehandle

Filehandle where to write the image

Zwracane wartości

Zwraca TRUE w przypadku sukcesu.


Imagick
PHP Manual