Imagick::writeImageFile

(PECL imagick 2 >= 2.3.0, PECL imagick 3)

Imagick::writeImageFileWrites an image to a filehandle

Descrição

public Imagick::writeImageFile ( resource $filehandle , string $format = ? ) : bool

Writes the image sequence to an open filehandle. The handle must be opened with for example fopen. Este método está disponível se o PHP foi compilado com o ImageMagick versão 6.3.6 ou superior.

Parâmetros

filehandle

Filehandle where to write the image

Valor Retornado

Retorna true no sucesso.

add a note add a note

User Contributed Notes

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