Home > PHP > Function > > Imagick::newPseudoImage()

Imagick::newPseudoImage()

Imagick::newPseudoImage - Creates a new image

Syntax

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

Arguments

  • columns - columns in the new image
  • rows - rows in the new image
  • pseudoString - string containing pseudo image definition.

Description

Creates a new image using ImageMagick pseudo-formats.

Version

PHP PECL imagick 2.0.0

Return value

Returns TRUE on success.