Forum und email

Imagick::writeImage

(PECL imagick:0.9-0.9.9)

Imagick::writeImage — Writes an image to the specified filename

Popis

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

Táto funkcia nie je momentálne zdokumentovaná; je dostupný len zoznam argumentov.

Warning

Táto funkcia je EXPERIMENTÁLNA. Správanie tejto funkcie, názov tejto funkcie a hocičo iné zdokumentované o tejto funkcii sa môže zmeniť bez povšimnutia v budúcom vydaní PHP. Používajte túto funkcii na svoje vlastné riziko.

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

Parametre

filename

Vrátené hodnoty

Returns TRUE on success.