Imagick::newPseudoImage

(PECL imagick 2.0.0)

Imagick::newPseudoImageCreates a new image

Beskrivelse

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

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 definition.

Returnerings Værdier

Returns TRUE on success.

Fejl/Undtagelser

Throws ImagickException on error.

add a note add a note

User Contributed Notes 1 note

up
15
Pekka Jrvinen
13 years ago
See http://www.imagemagick.org/script/formats.php for pseudoString parameter
To Top