The Imagick class
PHP Manual

Imagick::newPseudoImage

(No version information available, might be only in CVS)

Imagick::newPseudoImageCreates a new image

Opis

bool Imagick::newPseudoImage ( int $columns , int $rows , string $pseudoString )
Ostrzeżenie

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

Creates a new image using ImageMagick pseudo-formats.

Parametry

columns

columns in the new image

rows

rows in the new image

pseudoString

string containing pseudo image defition.

Zwracane wartości

Zwraca TRUE w przypadku sukcesu.

Błędy/Wyjątki

Zgłasza wyjątek ImagickException w przypadku błędu.


The Imagick class
PHP Manual