IMAGICK.WRITEIMAGEFILE(3) 1 IMAGICK.WRITEIMAGEFILE(3)
Imagick::writeImageFile - Writes an image to a filehandle
SYNOPSIS
bool Imagick::writeImageFile (resource $filehandle)
DESCRIPTION
Writes the image sequence to an open filehandle. The handle must be opened with for example fopen. This method is available if Imagick has
been compiled against ImageMagick version 6.3.6 or newer.
PARAMETERS
o $filehandle
- Filehandle where to write the image
RETURN VALUES
Returns TRUE on success.
PHP Documentation Group IMAGICK.WRITEIMAGEFILE(3)