The Imagick class
PHP Manual

Imagick::writeImage

(PECL imagick 0.9.0-0.9.9)

Imagick::writeImageWrites an image to the specified filename

Descrição

bool Imagick::writeImage ([ string $filename ] )
Aviso

Esta função não está documentada; somente a lista de argumentos está disponível.

Writes an image to the specified filename. If the filename parameter is NULL, the image is written to the filename set by Imagick::ReadImage() or Imagick::SetImageFilename().

Parâmetros

filename

Valor Retornado

Retorna TRUE em sucesso.


The Imagick class
PHP Manual