The Imagick class
PHP Manual

Imagick::writeImage

(PECL imagick:0.9-0.9.9)

Imagick::writeImageWrites an image to the specified filename

Opis

bool Imagick::writeImage ([ string $filename ] )
Ostrzeżenie

Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.

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().

Parametry

filename

Zwracane wartości

Zwraca TRUE w przypadku sukcesu.


The Imagick class
PHP Manual