Imagick
PHP Manual

Imagick::writeImageFile

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

Imagick::writeImageFileWrites an image to a filehandle

Descrierea

bool Imagick::writeImageFile ( resource $filehandle )

Writes the image sequence to an open filehandle. The handle must be opened with for example fopen. Această metodă este disponibilă dacă Imagick a fost compilat cu ImageMagick de versiunea 6.3.6 sau ulterior.

Parametri

filehandle

Filehandle where to write the image

Valorile întoarse

Întoarce TRUE în caz de succes.


Imagick
PHP Manual