downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Imagick::nextImage> <Imagick::newImage
[edit] Last updated: Fri, 24 Feb 2012

view this page in

Imagick::newPseudoImage

(PECL imagick 2.0.0)

Imagick::newPseudoImageCreates a new image

Descrição

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

Creates a new image using ImageMagick pseudo-formats.

Parâmetros

columns

columns in the new image

rows

rows in the new image

pseudoString

string containing pseudo image definition.

Valor Retornado

Retorna TRUE em sucesso.

Erros

Dispara ImagickException em erro.



add a note add a note User Contributed Notes Imagick::newPseudoImage
Pekka Jrvinen 22-Jul-2010 06:47
See http://www.imagemagick.org/script/formats.php for pseudoString parameter

 
show source | credits | stats | sitemap | contact | advertising | mirror sites