Forum und email

Imagick::newPseudoImage

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

Imagick::newPseudoImage — Creates a new image

Popis

bool Imagick::newPseudoImage ( int $columns , int $rows , string $pseudoString )
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.

Creates a new image using ImageMagick pseudo-formats.

Parametre

columns

columns in the new image

rows

rows in the new image

pseudoString

string containing pseudo image defition.

Vrátené hodnoty

Returns TRUE on success.